Re: [linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2005-05-05 Thread Stefan Rompf
Am Montag 25 April 2005 21:04 schrieb Alan Stern: > > Ok. Let me know when you need a tester after 2.6.10. > > Stefan, > > I haven't forgotten your offer! you must have either a good memory or a good email backlog ;-) > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/usb-2.6.12-

[linux-usb-devel] Problems with usb-uhci/esd200 on KT333A

2002-07-16 Thread Stefan Rompf
Hi, [I've already sent this message to linux-usb-users without feedback, but may be this is more a development issue] after updating my computer to a MSI KT3 Ultra board (KT333A chipset), the Archos MP3 jukebox cannot be accessed reliably anymore using Linux. It does not seem to be a hardware pr

[linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-11-29 Thread Stefan Rompf
Hi, Am Dienstag 23 November 2004 20:46 schrieb Alan Stern: > My guess is that this is an interrupt-routing problem. My notebook is one of those nearly-all-irqs-shared systems. Ehci and all three uhci controllers use interrupt 11. I've added some printk()s to kernel/irq/handle.c to see when thi

[linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-11-29 Thread Stefan Rompf
Hi, > For your next test, get the system into this resume-stuck state and press > Alt-SysRq-T to get a stack trace in the system log. The entry for the > khubd process should be very enlightening. 23:14:16 khubd S C0356548 0 1866 1 1977 899 (L-TLB) 23:14:16 dcb7ff8c

Re: [linux-usb-devel] Re: Fwd: Re: UHCI resume probs in 2.6.10-rc2

2004-12-01 Thread Stefan Rompf
Alan, thanks for your explanation! It seems the situation is comparable to what I have observed: I just tested again unloading uhci-hcd after suspend, and a "shutdown urb ... ep1in-intr" appeared in syslog. > For now, my best advice is not to suspend with uhci-hcd loaded. Once > 2.6.10 is rele

Re: [linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-14 Thread Stefan Rompf
Hi, Am Freitag 08 Oktober 2004 00:25 schrieb David Brownell: > Well there's a conceptual problem that keeps coming up lately... > encouraged by the current APIs, to be sure! The device doesn't Yes, I'm following the discussion on LKML. However I have the impression that I need to read some add

[linux-usb-devel] Patch: Resume-fix for ehci-hub.c

2004-10-07 Thread Stefan Rompf
issues. When uhci resumes before ehci, it reconnects all devices. Also, I need a rather bad hack that ignores pci_set_power_state() return values in usb_hcd_pci_suspend(), but that is all not directly related to my patch. Signed-off-by: Stefan Rompf ([EMAIL PROTECTED]) Stefan Files linux/drivers