[linux-usb-devel] [PATCH] USB: make HCDs responsible for managing endpoint queues

2007-08-08 Thread Alan Stern
This patch (as954) implements a suggestion of David Brownell's. Now the host controller drivers are responsible for linking and unlinking URBs to/from their endpoint queues. This eliminates the possiblity of strange situations where usbcore thinks an URB is linked but the HCD thinks it isn't. It

Re: [linux-usb-devel] [PATCH] USB: make HCDs responsible for managing endpoint queues

2007-08-10 Thread Yoshihiro Shimoda
Hi, Alan > Please test the changes to your respective drivers. I don't have the > necessary hardware. I applied this patch. I tested USB testing driver and some usb device and I confirmed it is working. Thanks, Yoshihiro Shimoda --

Re: [linux-usb-devel] [PATCH] USB: make HCDs responsible for managing endpoint queues

2007-08-10 Thread Alan Stern
On Fri, 10 Aug 2007, Yoshihiro Shimoda wrote: > Hi, Alan > > > Please test the changes to your respective drivers. I don't have the > > necessary hardware. > > I applied this patch. I tested USB testing driver and some usb device > and I confirmed it is working. Good. Thank you for testing.