|
@@ -1311,6 +1311,16 @@ UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
|
|
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
|
|
US_FL_IGNORE_DEVICE ),
|
|
|
|
|
|
+/* Reported by F. Aben <f.aben@option.com>
|
|
|
+ * This device (wrongly) has a vendor-specific device descriptor.
|
|
|
+ * The entry is needed so usb-storage can bind to it's mass-storage
|
|
|
+ * interface as an interface driver */
|
|
|
+UNUSUAL_DEV( 0x0af0, 0x7401, 0x0000, 0x0000,
|
|
|
+ "Option",
|
|
|
+ "GI 0401 SD-Card",
|
|
|
+ US_SC_DEVICE, US_PR_DEVICE, NULL,
|
|
|
+ 0 ),
|
|
|
+
|
|
|
#ifdef CONFIG_USB_STORAGE_ISD200
|
|
|
UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
|
|
|
"ATI",
|