Re: [linux-usb-devel] Re: More questions/comments about the UHCI driver

2003-08-02 Thread Gene Heskett
On Friday 01 August 2003 23:07, Greg KH wrote: >On Mon, Jul 28, 2003 at 09:50:12PM -0400, Gene Heskett wrote: >> >All I can suggest is that the USB support in 2.6.0 is much more >> > solid than in 2.4.22, so try to work there. >> >> Mayby so, but first you have to get it to build. It has some >> M

[linux-usb-devel] Unlink with UHCI

2003-08-02 Thread rankincj
Hi, This patch make the usb_unlink_urb() behave like the usb-ohci and usb-uhci controllers, so that it returns -EINPROGRESS with asynchronous URBs. I originally submitted this patch during the 2.4.21-pre series, in the hope that it would make its way into 2.4.22. However, it doesn't seem to have b

Re: [linux-usb-devel] Re: More questions/comments about the UHCI driver

2003-08-02 Thread Greg KH
On Sat, Aug 02, 2003 at 03:28:18AM -0400, Gene Heskett wrote: > On Friday 01 August 2003 23:07, Greg KH wrote: > >On Mon, Jul 28, 2003 at 09:50:12PM -0400, Gene Heskett wrote: > >> >All I can suggest is that the USB support in 2.6.0 is much more > >> > solid than in 2.4.22, so try to work there. >