From: roel@libnfc.org Date: Sat, 13 Apr 2013 05:18:45 +0000 (+0000) Subject: USB CDC patch by jonor to enable working under kernel 2.6.27 X-Git-Tag: v1.0.0~108 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2aded84aa83e242945a6304f67c79695d1409a36?ds=inline USB CDC patch by jonor to enable working under kernel 2.6.27 --- diff --git a/common/usb_cdc.c b/common/usb_cdc.c index e2787fb6..97551692 100644 --- a/common/usb_cdc.c +++ b/common/usb_cdc.c @@ -81,7 +81,7 @@ const char cfgDescriptor[] = { 0x01, // bNumEndpoints 0x02, // bInterfaceClass 0x02, // bInterfaceSubclass - 0x00, // bInterfaceProtocol + 0x01, // bInterfaceProtocol 0x00, // iInterface /* Header Functional Descriptor */