This patch is bad. The US_PR_FREECOM and freecom_init are for the USB 1.1. Freecom adaptors, which use a proprietary protocol. Freecom was kind enough to provide documentation on that protocol for us to write the driver.
The USB 2.0 devices, however, use the class-standard protocol. So this patch will just break things more. Matt On Fri, Sep 19, 2003 at 10:30:40AM -0400, Alan Stern wrote: > On Fri, 19 Sep 2003, Philipp H. Poll wrote: > > > Sorry, > > unfortunately I wasn't able to revive the system I had and with which > > that drive worked. I know, that makes ist harder for you guys, so don't > > feel bothered to ask me if you still need information or something else. > > Something I can tell you is the following: I'm using a pcmcia > > USB2-Adaptercard as you can see from the logs. When I try to swith the > > drive to the buildin USB1-Ports of my notebook (which use the > > uhci-driver instead of ohci) I've got error messages as well. > > Doesn't seem to be a hardware problem as the drive seems to work with my > > windows, which I hate to use even for that short time I test my drive. > > Without the log from a working system I'm sort of shooting in the dark. > You can try applying the patch below. I have no idea whether it will help > or not -- the fact that your drive worked with an earlier version of Linux > suggests that it won't -- but it's worth a shot. > > If this still doesn't help, you could try running Linux 2.6.0 just to see > if that does a better job. Also, you could go to the effort of > downloading and building 2.4.19 (or whatever version it was) and trying it > on your laptop to see if it still works. > > > OpenSource rules! > > Phil > > p.s.: I'd really like to help you. But I'm no programmer. All I can > > concentrate on is typedesign. So I'm working on a free and open TTF, > > which is called Linux Libertine and perhaps will be availible on > > sourceforge soon (if they give me an account). > > No need to apologize. If everyone was a programmer, I'd probably be out > of work. > > Alan Stern > > > > --- orig/drivers/usb/storage/unusual_devs.h Fri Sep 19 10:19:46 2003 > +++ edited/drivers/usb/storage/unusual_devs.h Fri Sep 19 10:20:47 2003 > @@ -435,6 +435,11 @@ > "Freecom", > "USB-IDE", > US_SC_QIC, US_PR_FREECOM, freecom_init, 0), > + > +UNUSUAL_DEV( 0x07ab, 0xfc03, 0x0000, 0x9999, > + "Freecom", > + "USB2-IDE", > + US_SC_QIC, US_PR_FREECOM, freecom_init, 0), > #endif > > UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133, > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-devel -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Oh BAY-bee. -- Dust Puppy to Greg User Friendly, 12/13/1997
pgp00000.pgp
Description: PGP signature