On Mon, 12 Dec 2005, Peter Rasmussen wrote:

> I have a cheap digital camera that supposedly supports USB Mass Storage, and 
> I attempted without success to connect it to my computer.
> 
> I did read the USB-Gide, the FAQ and prowl through the archives, which 
> suggested that maybe later versions of Linux have problems with USB, eg. 
> 2.6.7 was mentioned as being more able than newer kernels. I attempted that, 
> as seen below, but didn't notice any difference from the kernel I am 
> otherwise running right now, ie. 2.6.15rc5.
> 
> I can see the device mentioned in /proc/bus/usb/devices, but never in 
> /proc/scsi/scsi, as well as I can't see /proc/bus/usb/drivers, as mentioned 
> in the USB Guide.
> 
> I disabled USB 2.0 in the BIOS, in order to attempt to simplify.
> 
> The info below suggests to me that my box is able to see the USB device, but 
> somehow I can't get a (/dev/sda?) device for it. Anyone care to provide a 
> hint?
> 
> Am I SOL regarding the device I bought?

The patch below might help.  Let me know if it works so I can submit it 
for inclusion in the kernel.

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
@@ -145,6 +145,13 @@ UNUSUAL_DEV(  0x0451, 0x5416, 0x0100, 0x
                US_SC_DEVICE, US_PR_BULK, NULL,
                US_FL_NEED_OVERRIDE ),
 
+/* Reported by Peter Rasmussen <[EMAIL PROTECTED]>
+ * Needed because device reports Class=0xff */
+UNUSUAL_DEV(  0x0461, 0x081a, 0x0110, 0x0110,
+               "PRIMAX",
+               "ix-30",
+               US_SC_DEVICE, US_PR_DEVICE, NULL, 0),
+
 /* Patch submitted by Philipp Friedrich <[EMAIL PROTECTED]> */
 UNUSUAL_DEV(  0x0482, 0x0100, 0x0100, 0x0100,
                "Kyocera",



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to