This fixes the memory stick SCSI access for Sony Clie SJ33 with SanDisk
memory stick.  It worked in 2.4 because the usb-storage seemed to be less
picky about inquiry responses.  Rather than changing the inquiry response
processing, I opt'd to put it in the busted device list. 

Patch against 2.6.0-test8
--- linux-2.5/drivers/usb/storage/unusual_devs.h        2003-10-20 10:20:43.000000000 
-0700
+++ desktop-2.5/drivers/usb/storage/unusual_devs.h      2003-10-20 16:32:30.000000000 
-0700
@@ -285,7 +285,14 @@
                "PEG Mass Storage",
                US_SC_8070, US_PR_CBI, NULL,
                US_FL_FIX_INQUIRY ),
-               
+
+/* Submitted by Stephen Hemminger <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x054c, 0x0099, 0x0000, 0x9999,
+               "Sony",
+               "PEG Mass Storage",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_INQUIRY ),
+
 UNUSUAL_DEV(  0x057b, 0x0000, 0x0000, 0x0299, 
                "Y-E Data",
                "Flashbuster-U",


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to