ChangeSet 1.1504.2.41, 2003/12/11 17:37:17-08:00, [EMAIL PROTECTED]

[PATCH] USB storage: Unusual_devs.h addition

This patch adds to unusual_devs.h an entry reported by Andries Brouwer and
it moves another entry to the correct position in the numerical ordering.


 drivers/usb/storage/unusual_devs.h |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)


diff -Nru a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        Mon Dec 29 14:22:25 2003
+++ b/drivers/usb/storage/unusual_devs.h        Mon Dec 29 14:22:25 2003
@@ -581,6 +581,14 @@
                US_SC_SCSI, US_PR_DATAFAB, NULL,
                US_FL_MODE_XLATE ),
 #endif
+#ifdef CONFIG_USB_STORAGE_SDDR55
+/* SM part - aeb <[EMAIL PROTECTED]> */
+UNUSUAL_DEV(  0x07c4, 0xa109, 0x0000, 0xffff,
+               "Datafab Systems, Inc.",
+               "USB to CF + SM Combo (LC1)",
+               US_SC_SCSI, US_PR_SDDR55, NULL,
+               US_FL_SINGLE_LUN ),
+#endif
 
 /* Datafab KECF-USB / Sagatek DCS-CF / Simpletech Flashlink UCF-100
  * Only revision 1.13 tested (same for all of the above devices,
@@ -678,13 +686,6 @@
                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 ),
-
 /* Submitted by Joris Struyve <[EMAIL PROTECTED]> */
 UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
                "Medion",
@@ -701,6 +702,13 @@
                "Jenoptik",
                "JD 5200 z3",
                US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
+
+/* 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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to