patch-2.4.27 linux-2.4.27/drivers/usb/host/ehci-hcd.c
Next file: linux-2.4.27/drivers/usb/host/ehci-sched.c
Previous file: linux-2.4.27/drivers/usb/hiddev.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2004-08-07 16:26:05.747391689 -0700
-  Orig file: 
linux-2.4.26/drivers/usb/host/ehci-hcd.c
-  Orig date: 
2004-02-18 05:36:31.000000000 -0800
diff -urN linux-2.4.26/drivers/usb/host/ehci-hcd.c linux-2.4.27/drivers/usb/host/ehci-hcd.c
@@ -291,7 +291,7 @@
 		int msec = 500;
 
 		/* request handoff to OS */
-		cap &= 1 << 24;
+		cap |= 1 << 24;
 		pci_write_config_dword (ehci->hcd.pdev, where, cap);
 
 		/* and wait a while for it to happen */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)