diff options
author | Pascal Terjan <pterjan@mandriva.com> | 2009-04-07 08:40:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-17 13:50:24 -0400 |
commit | c00deaa542100a697acb5be200b9f54317c1cf69 (patch) | |
tree | 5ad787b4c5e149f71da875b4b87b5cb2bfadf4e1 /drivers/usb/storage | |
parent | ae27d84351f1f3568118318a8c40ff3a154bd629 (diff) |
USB: option: Add ids for D-Link DWM-652 3.5G modem
This patch allows D-Link DWM-652 3.5G modem to work.
It is an express card but was only tested with the provided usb adapter as I
don't have machines with express card connector.
/dev/ttyUSB{0,1,2} get created, and using comgt on ttyUSB1 works fine :
[root@plop tmp]# comgt -d /dev/ttyUSB1 -e
Enter PIN number: XXXX
Waiting for Registration..(120 sec max).
Registered on Home network: "Orange France",2
Signal Quality: 15,99
From: Pascal Terjan <pterjan@mandriva.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/storage')
-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 |