[linux-usb-devel] Re: patch for sl811 usb host controller driver

2003-07-09 Thread yah
Hi, Ok, I have get rid of the typedefs and make it build on 2.4.21. I'm not try to merge this with the existing sl811 driver, I modifed most of it for support isochronous transfer mode, especially the structrue and the urb schedule part, so it's almost a new one. Some one need this

[linux-usb-devel] Re: patch for sl811 usb host controller driver

2003-07-08 Thread Greg KH
On Wed, Jul 09, 2003 at 10:10:06AM +0800, yah wrote: > Hi, > The Original driver by cypress for sl811 host does't support > isochronous device, so when i try to make it work with ov511, i mostly > rewrite it, now it support isochronous and more effective. This driver > is write at 2.4.18, and shoul