Jacek Pliszka wrote:
>
> On Wed, 13 Mar 2002, Tero Manninen wrote:
>
> > I finally got my Phison 5in1 card reader working with kernel 2.4.18.
> > However, I have a question (at the end of this all) regarding how the
> > device is attached into my system.
> >
> > I had to make a patch to the kernel:
> > http://www.jaist.ac.jp/~fjt/src/mcrw-2.4.16.patch
>
> This is based on old v0.1 driver. See here:
>
> http://www.fuw.edu.pl/~pliszka/linux-USB/
>
> for new one and for modules.conf example.
>
> BR,
>
> Jacek
The diffs between 0.1 and 0.2 aren't that big (one buffer size changed
and US_PR_CB changed to US_PR_CBI. I doubt that it would make a
difference. I'll make an update anyway. Thanks :-)
I have in my modules.conf:
alias usb-controller usb-uhci
options scsi_mod max_scsi_luns=3
below usb-storage sd_mod
Would that usb-controller be too much? It makes the Red Hat rc.sysinit
to initialize USB automatically.
But, I just noticed that the rc.sysinit makes a grep from
/proc/bus/usb/devices to find Cls=08. And that it won't find in my case.
The 5in1 reader has a line:
I: If#= 0 Alt= 0 #EPs= 3 Cls=00(>ifc ) Sub=00 Prot=00
Driver=usb-storage
and the rc.sysinit searches:
needusbstorage=`cat /proc/bus/usb/devices 2>/dev/null|grep -e
"^I.*Cls=08"`
I'm wondering why my device class is 00? Is that correct for a
usb-storage device?
Anyway, even after the usb-storage.o is loaded, the scsi attach is not
done automatically.
Regards,
++Tero
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users