Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Axel Waggershauser
On Tue, 2004-02-17 at 22:07, Alan Stern wrote: > The problem of the URB not completing right away will get solved in time. > There are several other changes to the driver that need to be made first. OK, I'll hang on... Thanks, Axel --- S

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Alan Stern
On Tue, 17 Feb 2004, Axel Waggershauser wrote: > On Tue, 2004-02-17 at 17:31, Alan Stern wrote: > > Did the debugging log end up looking exactly the same as last time? > > No it didn't, the difference was that my completion handler used to be > called with the urb->status == 0. After I applied th

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Axel Waggershauser
On Tue, 2004-02-17 at 17:31, Alan Stern wrote: > Did the debugging log end up looking exactly the same as last time? No it didn't, the difference was that my completion handler used to be called with the urb->status == 0. After I applied the patch it got called with urb->status == -108. Besides th

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Dwaine_Garden
I'm trying to help too many people with too many problems to remember all the details, so you'll have to forgive me when I forget some of earlier correspondence. We all appreciate your help... Thanks Dwaine. ---

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Alan Stern
On Tue, 17 Feb 2004, Axel Waggershauser wrote: > On Mon, 2004-02-16 at 18:30, Alan Stern wrote: > > Axel: > > > > Your problems have been among the most puzzling I've seen... :-) > > You might try this patch: > > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107671082606352&w=2 > > > > I th

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-17 Thread Axel Waggershauser
On Mon, 2004-02-16 at 18:30, Alan Stern wrote: > Axel: > > Your problems have been among the most puzzling I've seen... :-) > You might try this patch: > http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107671082606352&w=2 > > I think it will help solve one of your problems. [...] > > 16:45:34:

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-16 Thread Alan Stern
Axel: Your problems have been among the most puzzling I've seen... :-) You might try this patch: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=107671082606352&w=2 I think it will help solve one of your problems. On Mon, 16 Feb 2004, Axel Waggershauser wrote: > If I reconnect my test devic

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-16 Thread Axel Waggershauser
On Sun, 2004-02-15 at 17:26, Alan Stern wrote: > On Sun, 15 Feb 2004, Axel Waggershauser wrote: > > Well, it did not solve my problem... The workaround was applied (showing > > "VIA UHCI babble workaround applied" in syslog) but seemed to have no > > effect. > > Do you know whether the driver wak

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-15 Thread Alan Stern
On Sun, 15 Feb 2004, Axel Waggershauser wrote: > Hi Alan, > > you didn't explicitly say so, but I hoped your patch might solve my > problem (the controller seems to disable itself after unplugging my > device with a pending bulk urb). I hoped so, since the symptoms seem to > be same (no interrupt

Re: [linux-usb-devel] Test of patch to fix VIA babble problem

2004-02-15 Thread Axel Waggershauser
Hi Alan, you didn't explicitly say so, but I hoped your patch might solve my problem (the controller seems to disable itself after unplugging my device with a pending bulk urb). I hoped so, since the symptoms seem to be same (no interrupt from the controller, subsequent enumerations time out, a re