diff options
Diffstat (limited to 'drivers/usb/storage/unusual_devs.h')
-rw-r--r-- | drivers/usb/storage/unusual_devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h index 1c1f643e8a78..6ff2b283edb1 100644 --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h | |||
@@ -1376,6 +1376,14 @@ UNUSUAL_DEV( 0x10d6, 0x2200, 0x0100, 0x0100, | |||
1376 | US_SC_DEVICE, US_PR_DEVICE, NULL, | 1376 | US_SC_DEVICE, US_PR_DEVICE, NULL, |
1377 | 0), | 1377 | 0), |
1378 | 1378 | ||
1379 | /* Reported by Pascal Terjan <pterjan@mandriva.com> | ||
1380 | * Ignore driver CD mode and force into modem mode by default. | ||
1381 | */ | ||
1382 | UNUSUAL_DEV( 0x1186, 0x3e04, 0x0000, 0x0000, | ||
1383 | "D-Link", | ||
1384 | "USB Mass Storage", | ||
1385 | US_SC_DEVICE, US_PR_DEVICE, option_ms_init, 0), | ||
1386 | |||
1379 | /* Reported by Kevin Lloyd <linux@sierrawireless.com> | 1387 | /* Reported by Kevin Lloyd <linux@sierrawireless.com> |
1380 | * Entry is needed for the initializer function override, | 1388 | * Entry is needed for the initializer function override, |
1381 | * which instructs the device to load as a modem | 1389 | * which instructs the device to load as a modem |