On Tue, 5 Sep 2006, Peter Rasmussen wrote: > I am sorry if I offended anyone, that was never my intention! > > With the Fujifilm camera plugged into one and the Panasonic camera into > the other, the following is what I get. I left out the parts that > mentions the two hubs, as I assume they are not important. Let me know > if I am wrong.
You're right; the hubs don't matter. > I can see that one specifically says "Mass Storage" and the other > "Vendor Specific", but on the package the Fujifilm camera claimed Mass > Storage, even though it didn't say so in those words. Something like > "Disk Mode", I don't have the paper anymore. Advertising has been known to be wrong before. > I therefore assumed that it was just an odd device that has yet to be > targeted in the Linux kernel, hence my question for help to access the > device. Although the interface class is Vendor Specific, the subclass and protocol values are the same for the two cameras. This suggests that the "vendor-specific" protocol used by the Fujifilm camera is in fact the standard mass-storage protocol. This patch will make usb-storage recognize the camera. Whether it will succeed in _communicating_ with the camera remains to be seen... Alan Stern Index: usb-2.6/drivers/usb/storage/unusual_devs.h =================================================================== --- usb-2.6.orig/drivers/usb/storage/unusual_devs.h +++ usb-2.6/drivers/usb/storage/unusual_devs.h @@ -223,6 +223,13 @@ UNUSUAL_DEV( 0x045a, 0x5210, 0x0101, 0x "Rio Karma", US_SC_SCSI, US_PR_KARMA, rio_karma_init, 0), +/* Reported by Peter Rasmussen <[EMAIL PROTECTED]> + * This entry is needed because the device reports Class=0xff */ +UNUSUAL_DEV( 0x0461, 0x081a, 0x0110, 0x0110, + "Primax", + "Fujifilm IX-30", + US_SC_DEVICE, US_PR_DEVICE, NULL, 0), + /* Patch submitted by Philipp Friedrich <[EMAIL PROTECTED]> */ UNUSUAL_DEV( 0x0482, 0x0100, 0x0100, 0x0100, "Kyocera", ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Linux-usb-users@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users