[PATCH] [2.3.14] Compilation error on USB-Keyboard

Satoshi Nagayasu (snaga@oak.forus.or.jp)
20 Aug 1999 03:52:44 +0900


--- keyboard.c- Fri Aug 20 03:46:02 1999
+++ keyboard.c Fri Aug 20 03:47:03 1999
@@ -176,7 +176,7 @@
if (dev->descriptor.bNumConfigurations < 1)
return -1;

- interface = &dev->config[0].altsetting[0].interface[0];
+ interface = &dev->config[0].interface[0].altsetting[0];
endpoint = &interface->endpoint[0];

if(interface->bInterfaceClass != 3

--
NAGAYASU Satoshi <snaga@oak.forus.or.jp>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/