change PID from 8801 to 8803
This commit is contained in:
parent
b473dea1bb
commit
0a3f2765c3
@ -6,7 +6,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#define CVERSION "1-4-1"
|
||||
#define CVERSION "1-4-2"
|
||||
#define VERSIONLEN 5
|
||||
|
||||
#define DEVICEMOD "SQ01-PDD-D1"
|
||||
|
||||
@ -26,7 +26,7 @@ EP0PKTSIZE, // Default max ep0 packet length
|
||||
//0xE6,0x08, // VID
|
||||
//0x37,0x34, // CCID PID
|
||||
0xf1,0x26, // VID
|
||||
0x01,0x88, // CCID3 PID
|
||||
0x03,0x88, // CCID3 PID
|
||||
0x00,0x01, // Device release number
|
||||
0x01, // Index of string descriptor describing manufacturer
|
||||
0x02, // Index of string descriptor describing product
|
||||
@ -195,6 +195,7 @@ const u8 usbHidPosProductStringDescriptor[] = {
|
||||
|
||||
const u8 usbHidKbdProductStringDescriptor[] = {
|
||||
0x18, //
|
||||
|
||||
0x03,
|
||||
0x53,0x00, // S
|
||||
0x51,0x00, // Q
|
||||
|
||||
Loading…
Reference in New Issue
Block a user