mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
CHG: testing for windows clients to get a higher baudrate. Was 9600, testing 115200 as for non_win.
CHG: testing to set USB 2.0 standard, instead of USB1.1 ...
This commit is contained in:
parent
4bf0f73d76
commit
0fcfad0ee6
2 changed files with 3 additions and 2 deletions
|
@ -46,7 +46,8 @@ const char devDescriptor[] = {
|
|||
/* Device descriptor */
|
||||
0x12, // bLength
|
||||
0x01, // bDescriptorType
|
||||
0x10,0x01, // Complies with USB Spec. Release (0110h = release 1.10)
|
||||
//0x10,0x01, // Complies with USB Spec. Release (0110h = release 1.10)
|
||||
0x00,0x02, // Complies with USB Spec. Release (0110h = release 2.00)
|
||||
0x02, // bDeviceClass: CDC class code
|
||||
0x00, // bDeviceSubclass: CDC class sub code
|
||||
0x00, // bDeviceProtocol: CDC Device protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue