Hi,

Here's a patch against 2.4.10-ac10 that updates the unusual_devs.h file
for the usb storage driver to the same version that is in the
2.4.11-pre6 tree and the storage cvs tree.

thanks,

greg k-h

diff --minimal -Nru a/drivers/usb/storage/unusual_devs.h 
b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h        Tue Oct  9 15:09:43 2001
+++ b/drivers/usb/storage/unusual_devs.h        Tue Oct  9 15:09:43 2001
@@ -60,11 +60,6 @@
                US_SC_8070, US_PR_SCM_ATAPI, init_8200e, 0), 
 #endif
 
-UNUSUAL_DEV(  0x04cb, 0x0100, 0x0000, 0x2210,
-               "Fujifilm",
-               "FinePix 1400Zoom",
-               US_SC_8070, US_PR_CBI, NULL, US_FL_FIX_INQUIRY),
-
 #ifdef CONFIG_USB_STORAGE_DPCM
 UNUSUAL_DEV(  0x0436, 0x0005, 0x0100, 0x0100,
                "Microtech",
@@ -298,17 +293,18 @@
                 US_FL_SINGLE_LUN ),
 
 #ifdef CONFIG_USB_STORAGE_SDDR09
-UNUSUAL_DEV(  0x0781, 0x0200, 0x0100, 0x0208, 
+UNUSUAL_DEV(  0x0781, 0x0200, 0x0000, 0x9999, 
                "Sandisk",
                "ImageMate SDDR-09",
                US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,
                US_FL_SINGLE_LUN | US_FL_START_STOP ),
+#endif
 
-UNUSUAL_DEV(  0x0781, 0x0200, 0x0000, 0x9999, 
-               "Sandisk",
-               "ImageMate SDDR-09",
-               US_SC_SCSI, US_PR_EUSB_SDDR09, NULL,
-               US_FL_SINGLE_LUN | US_FL_START_STOP ),
+#ifdef CONFIG_USB_STORAGE_FREECOM
+UNUSUAL_DEV(  0x07ab, 0xfc01, 0x0000, 0x9999,
+                "Freecom",
+                "USB-IDE",
+                US_SC_QIC, US_PR_FREECOM, freecom_init, 0),
 #endif
 
 UNUSUAL_DEV(  0x07af, 0x0004, 0x0100, 0x0100, 
@@ -316,13 +312,6 @@
                "USB-SCSI-DB25",
                US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
                US_FL_SCM_MULT_TARG ), 
-
-#ifdef CONFIG_USB_STORAGE_FREECOM
-UNUSUAL_DEV( 0x07ab, 0xfc01, 0x0000, 0x9999,
-                "Freecom",
-                "USB-IDE",
-                US_SC_QIC, US_PR_FREECOM, freecom_init, 0),
-#endif
 
 UNUSUAL_DEV(  0x07af, 0x0005, 0x0100, 0x0100, 
                "Microtech",


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to