diff options
author | Rogan Dawes <rogan@dawes.za.net> | 2019-07-17 11:11:34 +0200 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2019-08-05 13:34:17 +0200 |
commit | 552573e42aab5f75aff9bab855a9677979d9a7d5 (patch) | |
tree | c9faa2bc12110847c57183a55b7a6035c00221e2 /drivers | |
parent | 7e7ae38bf928c5cfa6dd6e9a2cf8b42c84a27c92 (diff) | |
download | linux-552573e42aab5f75aff9bab855a9677979d9a7d5.tar.gz linux-552573e42aab5f75aff9bab855a9677979d9a7d5.tar.bz2 linux-552573e42aab5f75aff9bab855a9677979d9a7d5.zip |
USB: serial: option: add D-Link DWM-222 device ID
Add device id for D-Link DWM-222 A2.
MI_00 D-Link HS-USB Diagnostics
MI_01 D-Link HS-USB Modem
MI_02 D-Link HS-USB AT Port
MI_03 D-Link HS-USB NMEA
MI_04 D-Link HS-USB WWAN Adapter (qmi_wwan)
MI_05 USB Mass Storage Device
Cc: stable@vger.kernel.org
Signed-off-by: Rogan Dawes <rogan@dawes.za.net>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/serial/option.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 23d4a5f543af..f2c19660ed16 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -1953,6 +1953,8 @@ static const struct usb_device_id option_ids[] = { .driver_info = RSVD(4) }, { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e35, 0xff), /* D-Link DWM-222 */ .driver_info = RSVD(4) }, + { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e3d, 0xff), /* D-Link DWM-222 A2 */ + .driver_info = RSVD(4) }, { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */ { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e02, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/C1 */ { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x7e11, 0xff, 0xff, 0xff) }, /* D-Link DWM-156/A3 */ |