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

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)