SOURCES: kernel-usb_reset.patch (NEW) - This is a private patch for T41. St...

witekfl witekfl at pld-linux.org
Wed Oct 29 09:24:07 CET 2008


Author: witekfl                      Date: Wed Oct 29 08:24:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- This is a private patch for T41. Stored here for backup purposes.
- This patch let coexist the ADSL modem and the usbmouse.
- Don't remove it, please.

---- Files affected:
SOURCES:
   kernel-usb_reset.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/kernel-usb_reset.patch
diff -u /dev/null SOURCES/kernel-usb_reset.patch:1.1
--- /dev/null	Wed Oct 29 09:24:07 2008
+++ SOURCES/kernel-usb_reset.patch	Wed Oct 29 09:24:01 2008
@@ -0,0 +1,19 @@
+--- linux-2.6.25/drivers/usb/host/uhci-q.c.old	2008-07-13 11:22:56.000000000 +0200
++++ linux-2.6.25/drivers/usb/host/uhci-q.c	2008-07-13 11:24:15.000000000 +0200
+@@ -646,7 +646,7 @@
+ 			}
+ 		}
+ 	}
+-
++#if 0
+ 	/* Maximum allowable periodic bandwidth is 90%, or 900 us per frame */
+ 	if (minimax_load + qh->load > 900) {
+ 		dev_dbg(uhci_dev(uhci), "bandwidth allocation failed: "
+@@ -654,6 +654,7 @@
+ 				qh->period, qh->phase, minimax_load, qh->load);
+ 		return -ENOSPC;
+ 	}
++#endif
+ 	return 0;
+ }
+ 
================================================================


More information about the pld-cvs-commit mailing list