diff options
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index db8b26012c75..7640bdd4fff2 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1328,6 +1328,15 @@ UNUSUAL_DEV( 0x1210, 0x0003, 0x0100, 0x0100, | |||
1328 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1328 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1329 | US_FL_IGNORE_RESIDUE ), | 1329 | US_FL_IGNORE_RESIDUE ), |
1330 | 1330 | ||
1331 | /* This prevents the kernel from detecting the virtual cd-drive with the | ||
1332 | * Windows drivers. <johann.wilhelm@student.tugraz.at> | ||
1333 | */ | ||
1334 | UNUSUAL_DEV( 0x12d1, 0x1003, 0x0000, 0xffff, | ||
1335 | "HUAWEI", | ||
1336 | "E220 USB-UMTS Install", | ||
1337 | US_SC_DEVICE, US_PR_DEVICE, NULL, | ||
1338 | US_FL_IGNORE_DEVICE), | ||
1339 | |||
1331 | /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ | 1340 | /* Reported by Vilius Bilinkevicius <vilisas AT xxx DOT lt) */ |
1332 | UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, | 1341 | UNUSUAL_DEV( 0x132b, 0x000b, 0x0001, 0x0001, |
1333 | "Minolta", | 1342 | "Minolta", |