patch-2.4.26 linux-2.4.26/drivers/usb/host/ehci-hub.c
Next file: linux-2.4.26/drivers/usb/host/ehci-sched.c
Previous file: linux-2.4.26/drivers/usb/host/ehci-dbg.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2004-04-14 06:05:33.000000000 -0700
-  Orig file: 
linux-2.4.25/drivers/usb/host/ehci-hub.c
-  Orig date: 
2003-06-13 07:51:36.000000000 -0700
diff -urN linux-2.4.25/drivers/usb/host/ehci-hub.c linux-2.4.26/drivers/usb/host/ehci-hub.c
@@ -113,7 +113,7 @@
 	u16		temp;
 
 	desc->bDescriptorType = 0x29;
-	desc->bPwrOn2PwrGood = 0;	/* FIXME: f(system power) */
+	desc->bPwrOn2PwrGood = 10;	/* ehci 1.0, 2.3.9 says 20ms max */
 	desc->bHubContrCurrent = 0;
 
 	desc->bNbrPorts = ports;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)