diff options
author | Giuseppe Lippolis <giu.lippolis@gmail.com> | 2016-12-06 21:24:19 +0100 |
---|---|---|
committer | Sasha Levin <alexander.levin@verizon.com> | 2017-01-15 09:49:51 -0500 |
commit | 3e6eb9d1d89d5ed746c0e95a1c90a5134274f323 (patch) | |
tree | 67e43152f6c87e68027a9c35343fd4ad14abd967 /drivers/usb/serial/option.c | |
parent | 53453ed7d5057f773ef9d107ebc637b5486ff003 (diff) | |
download | linux-rt-3e6eb9d1d89d5ed746c0e95a1c90a5134274f323.tar.gz |
USB: serial: option: add dlink dwm-158
[ Upstream commit d8a12b7117b42fd708f1e908498350232bdbd5ff ]
Adding registration for 3G modem DWM-158 in usb-serial-option
Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 25cbee20ccd0..295a00a9c257 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@ -2005,6 +2005,7 @@ static const struct usb_device_id option_ids[] = { { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d02, 0xff, 0x00, 0x00) }, { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x02, 0x01) }, { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x7d03, 0xff, 0x00, 0x00) }, + { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7d04, 0xff) }, /* D-Link DWM-158 */ { USB_DEVICE_INTERFACE_CLASS(0x2001, 0x7e19, 0xff), /* D-Link DWM-221 B1 */ .driver_info = (kernel_ulong_t)&net_intf4_blacklist }, { USB_DEVICE_AND_INTERFACE_INFO(0x07d1, 0x3e01, 0xff, 0xff, 0xff) }, /* D-Link DWM-152/C1 */ |