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

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)