[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    [PATCH] USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2003-09-30 22:02:31
[Download RAW message or body]

ChangeSet 1.1342.8.60, 2003/09/30 15:02:31-07:00, wim@iguana.be

	[PATCH] USB: problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6
	
	I saw that you also reported problems with USB/uhci-hcd on your systems. Can you test
	the following patch and see if it works now?


# This patch includes the following deltas:
#	           ChangeSet	1.1342.8.59 -> 1.1342.8.60
#	drivers/usb/host/uhci-hcd.c	1.45    -> 1.46   
#

 uhci-hcd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
--- a/drivers/usb/host/uhci-hcd.c	Fri Oct  3 18:05:58 2003
+++ b/drivers/usb/host/uhci-hcd.c	Fri Oct  3 18:05:58 2003
@@ -2185,8 +2185,8 @@
 	/* Maybe kick BIOS off this hardware.  Then reset, so we won't get
 	 * interrupts from any previous setup.
 	 */
-	pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
 	reset_hc(uhci);
+	pci_write_config_word(hcd->pdev, USBLEGSUP, USBLEGSUP_DEFAULT);
 	return 0;
 }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic