mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-09-20 21:04:36 -04:00
Update USB VID and PID for Castor
VID has been wrong for some reason, therefore changed to the correct value 0x1209. New PID to differentiate Castor from Bellatrix.
This commit is contained in:
parent
1a904e8857
commit
62adf4da71
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ FLASH uint8_t DevDesc[] = {
|
|||
0x02, /* bDeviceSubClass: Common Class */
|
||||
0x01, /* bDeviceProtocol: IAD (Interface Association Descriptor) */
|
||||
DEFAULT_EP0_SIZE, /* bMaxPacketSize */
|
||||
0x07, /* idVendor */ // VID LOBYTE
|
||||
0x09, /* idVendor */ // VID LOBYTE
|
||||
0x12, /* idVendor */ // VID HIBYTE
|
||||
0x87, /* idProduct */ // PID LOBYTE
|
||||
0x85, /* idProduct */ // PID LOBYTE
|
||||
0x88, /* idProduct */ // PID HIBYTE
|
||||
0x00, /* bcdDevice (device release number in binary-coded decimal (BCD) format, low byte, i.e. YY) rel. XX.YY */
|
||||
0x01, /* bcdDevice (device release number in binary-coded decimal (BCD) format, high byte, i.e. XX) rel. XX.YY */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue