linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6
@ 2003-09-29 17:18 Wim Van Sebroeck
  2003-09-29 17:53 ` Jan Dittmer
  2003-09-30 21:58 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Wim Van Sebroeck @ 2003-09-29 17:18 UTC (permalink / raw)
  To: tom, Brandon Low, jbinpg; +Cc: linux-kernel, linux-usb-devel

Hi All,

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?

Greetings,
Wim.

--- linux-2.6.0-test6/drivers/usb/host/uhci-hcd.c	2003-09-28 02:50:56.000000000 +0200
+++ linux-2.6.0-test6/drivers/usb/host/uhci-hcd.c	2003-09-28 23:21:30.000000000 +0200
@@ -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;
 }
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6
  2003-09-29 17:18 USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6 Wim Van Sebroeck
@ 2003-09-29 17:53 ` Jan Dittmer
  2003-09-30 21:58 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Dittmer @ 2003-09-29 17:53 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: tom, Brandon Low, jbinpg, linux-kernel, linux-usb-devel

Wim Van Sebroeck <wim@iguana.be> wrote on 2003-09-29 19:18:50
> Hi All,
> 
> 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 fixes it for me. Oops gone and interrupt up again :-)

Thanks,

   Jan

--
Jan Dittmer - jdittmer@ppp0.net

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6
  2003-09-29 17:18 USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6 Wim Van Sebroeck
  2003-09-29 17:53 ` Jan Dittmer
@ 2003-09-30 21:58 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2003-09-30 21:58 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: tom, Brandon Low, jbinpg, linux-kernel, linux-usb-devel

On Mon, Sep 29, 2003 at 07:18:50PM +0200, Wim Van Sebroeck wrote:
> Hi All,
> 
> 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?

I've applied this to my tree and will send it to Linus in the next batch
of USB updates.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-30 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-29 17:18 USB-problem with uhci-hcd in versions 2.6.0-test5 and 2.6.0-test6 Wim Van Sebroeck
2003-09-29 17:53 ` Jan Dittmer
2003-09-30 21:58 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).