ChangeSet 1.1019.1.27, 2003/07/31 23:17:25-07:00, [EMAIL PROTECTED]

[PATCH] USB: More unusual_devs.h stuff

Here are updates to unusual_devs.h sent in by users.  They apply to both
2.4.22 and 2.6.0.


 drivers/usb/storage/unusual_devs.h |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletion(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        Thu Aug 28 14:50:17 2003
+++ b/drivers/usb/storage/unusual_devs.h        Thu Aug 28 14:50:17 2003
@@ -407,7 +407,7 @@
 UNUSUAL_DEV(  0x0781, 0x0002, 0x0009, 0x0009, 
                "Sandisk",
                "ImageMate SDDR-31",
-               US_SC_SCSI, US_PR_BULK, NULL,
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_IGNORE_SER ),
 
 UNUSUAL_DEV(  0x0781, 0x0100, 0x0100, 0x0100,
@@ -604,6 +604,13 @@
                US_SC_ISD200, US_PR_BULK, isd200_Initialization,
                0 ),
 #endif
+
+/* Submitted by Antoine Mairesse <[EMAIL PROTECTED]> */
+UNUSUAL_DEV( 0x0ed1, 0x6660, 0x0100, 0x0300,
+               "USB",
+               "Solid state disk",
+               US_SC_DEVICE, US_PR_DEVICE, NULL,
+               US_FL_FIX_INQUIRY ),
 
 /* Reported by Kevin Cernekee <[EMAIL PROTECTED]>
  * Tested on hardware version 1.10.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to