diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index a5ca449f6e6..ca6c56fba28 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1106,7 +1106,15 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff, | |||
1106 | "Optio S/S4", | 1106 | "Optio S/S4", |
1107 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1107 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1108 | US_FL_FIX_INQUIRY ), | 1108 | US_FL_FIX_INQUIRY ), |
1109 | 1109 | ||
1110 | /* This is a virtual windows driver CD, which the zd1211rw driver automatically | ||
1111 | * converts into a WLAN device. */ | ||
1112 | UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101, | ||
1113 | "ZyXEL", | ||
1114 | "G-220F USB-WLAN Install", | ||
1115 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1116 | US_FL_IGNORE_DEVICE ), | ||
1117 | |||
1110 | #ifdef CONFIG_USB_STORAGE_ISD200 | 1118 | #ifdef CONFIG_USB_STORAGE_ISD200 |
1111 | UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, | 1119 | UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110, |
1112 | "ATI", | 1120 | "ATI", |