mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
USB CDC patch by jonor to enable working under kernel 2.6.27
This commit is contained in:
parent
ce55f5a291
commit
2aded84aa8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ const char cfgDescriptor[] = {
|
||||||
0x01, // bNumEndpoints
|
0x01, // bNumEndpoints
|
||||||
0x02, // bInterfaceClass
|
0x02, // bInterfaceClass
|
||||||
0x02, // bInterfaceSubclass
|
0x02, // bInterfaceSubclass
|
||||||
0x00, // bInterfaceProtocol
|
0x01, // bInterfaceProtocol
|
||||||
0x00, // iInterface
|
0x00, // iInterface
|
||||||
|
|
||||||
/* Header Functional Descriptor */
|
/* Header Functional Descriptor */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue