On Mon, 9 Jan 2006, Boris Lau wrote:

> Hi Pete,
> 
> well, without that patch nothing happens at all. The usb device is 
> detected, but the mass storage driver doesn't do anything. I guess that 
> camera requires some sort of patch in unusual_devs.

Maybe this patch will work better.  It's just a shot in the dark.

If this doesn't work, your best chance of solving out the problem is to
use a USB sniffer program like USB-Snoopy (from Sourceforge) to see how
Windows talks to the camera.

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
@@ -430,6 +430,12 @@ UNUSUAL_DEV(  0x054c, 0x0010, 0x0500, 0x
                US_SC_8070, US_PR_DEVICE, NULL,
                US_FL_SINGLE_LUN ),
 
+/* Reported by Boris Lau <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x054c, 0x0010, 0x0600, 0x0600, 
+               "Sony",
+               "DSC", 
+               US_SC_SCSI, US_PR_BULK, NULL,
+               US_FL_SINGLE_LUN | US_FL_NOT_LOCKABLE | US_FL_NO_WP_DETECT ),
 
 /* Reported by [EMAIL PROTECTED] */
 UNUSUAL_DEV(  0x054c, 0x0025, 0x0100, 0x0100, 



-------------------------------------------------------
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
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to