Please apply the patch below to allow compilation of
drivers/usb/uhci.c. Tested in 2.3.17-pre1 with USB mouse and keyboard,
applies cleanly to 2.3.17.
--- linux-2.3.17-pre1.orig/drivers/usb/uhci.c Sat Sep 4 15:09:38 1999
+++ linux-2.3.17-pre1.acme/drivers/usb/uhci.c Sat Sep 4 15:07:36 1999
@@ -864,9 +864,7 @@
isocdesc->start_frame);
#endif
return -EINVAL;
- }
- }
- else /* start_frame <= cur_frame */ {
+ } else /* start_frame <= cur_frame */ {
if ((isocdesc->start_frame + UHCI_MAX_SOF_NUMBER + 1
- cur_frame) > CAN_SCHEDULE_FRAMES) {
#ifdef CONFIG_USB_DEBUG_ISOC
- Arnaldo
-
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/