[linux-usb-devel] Fw: [PATCH 2.4.23-pre6] Update SL811, HC_SL811 driver

2003-10-06 Thread henry . ne
I can not send 265 KByte to Mailing list? What should I do with my patch? I have put it on public FTP: ftp://ssv-embedded.de/ssv/products/board/usb1104/linux-2.4.23-pre6-hn20031006.patch Alternate HTTP: http://www.ssv-embedded.de/ftp/ssv/products/board/usb1104/linux-2.4.23-pre6-hn20031006.patch

Aw: Re: [linux-usb-devel] SL811 new core for 2.6.0, what as sample?

2003-09-26 Thread henry . ne
Thanks Dave! I check this all. > > But big problem is usb_new_device(), > > alias hcd_register_root() for old drivers. > > Use the updated calls, which know how to work with > the driver model code. You'll have to create > some kind of (platform?) device for the sl811 and > hook it in, for po

[linux-usb-devel] SL811 new core for 2.6.0, what as sample?

2003-09-25 Thread henry . ne
Hello! I have running source 2.4.20 for SL811HS, an embedded host controller from Cypress. If have view 2.6.0-test5 and very confus: Many modifired functions, missing functions. usb_new_device(), usb_packetid(), usb_pipeslow(). Some I have found in 2.4.20 include/linux/usb.h, some in 2.6.0 uhci

[linux-usb-devel] SL811 alternate not handle floppy

2003-09-19 Thread henry . ne
I have locking for all versions of source for SL811HS and found this all 2.4.4 hc_sl811.c (Original from Cypress) 2.4.20 hc_sl811.c (Same as Cypress) 2.4.22 sl811.c (new from Yinah) !-) 2.5.75 hc_sl811.c (Same as Cypress) 2.6.0 hc_sl811.c (Same as Cypress) Best driver comes from Yinah. Q: But w

Re: Re: [linux-usb-devel] Two SL811 USB Host controller in one source

2003-09-18 Thread henry . ne
Thanks Soewono for this idea! I am working on it yust in this time. Henry --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ [EMAIL PROTECTED] To u

Re: Re: [linux-usb-devel] Two SL811 USB Host controller in one source

2003-09-18 Thread henry . ne
> If you want more than the 2.6 kerneldoc, use the 2.6 sources. > I have read all this. I have read also some other sources of UHCI drivers. And not found answers. Kernel 2.4.20, 2.5.75 and 2.6.0 use all the same base driver hc_sl811.c + hc_sl811_rh.c, 2.6.0 only moved into subdirectory and ren

[linux-usb-devel] Two SL811 USB Host controller in one source

2003-09-17 Thread henry . ne
Hello! I'm using SL811HS (hc_sl811.c in 2.4.0) on i386 architecture. Driver works good with one controller. ftp://ssv-embedded.de/ssv/products/board/.pc104usb I want to add the same controller on other IO base and on same interrupt. But how I should handle this second controller. I think I nee