Update the bInterfaceProtocol member of the descriptors to allow comms with Linux.

This commit is contained in:
Richard Barry 2008-06-25 07:15:35 +00:00
parent 7d034a24be
commit 8a795bd375
2 changed files with 3 additions and 3 deletions

View file

@ -491,7 +491,7 @@ const char pxConfigDescriptor[] = {
0x01, /* bNumEndpoints */
0x03, /* bInterfaceClass: HID code */
0x00, /* bInterfaceSubclass */
0x00, /* bInterfaceProtocol */
0x01, /* bInterfaceProtocol */
usbINTERFACE_STRING,/* iInterface */
/* HID Descriptor */