]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.10.7/usb-serial-qcserial-add-dell-dw5811e.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.10.7 / usb-serial-qcserial-add-dell-dw5811e.patch
1 From 436ecf5519d892397af133a79ccd38a17c25fa51 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@mork.no>
3 Date: Fri, 17 Mar 2017 17:21:28 +0100
4 Subject: USB: serial: qcserial: add Dell DW5811e
5 MIME-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8
9 From: Bjørn Mork <bjorn@mork.no>
10
11 commit 436ecf5519d892397af133a79ccd38a17c25fa51 upstream.
12
13 This is a Dell branded Sierra Wireless EM7455.
14
15 Signed-off-by: Bjørn Mork <bjorn@mork.no>
16 Signed-off-by: Johan Hovold <johan@kernel.org>
17 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19 ---
20 drivers/usb/serial/qcserial.c | 2 ++
21 1 file changed, 2 insertions(+)
22
23 --- a/drivers/usb/serial/qcserial.c
24 +++ b/drivers/usb/serial/qcserial.c
25 @@ -169,6 +169,8 @@ static const struct usb_device_id id_tab
26 {DEVICE_SWI(0x413c, 0x81a9)}, /* Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card */
27 {DEVICE_SWI(0x413c, 0x81b1)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card */
28 {DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
29 + {DEVICE_SWI(0x413c, 0x81b5)}, /* Dell Wireless 5811e QDL */
30 + {DEVICE_SWI(0x413c, 0x81b6)}, /* Dell Wireless 5811e QDL */
31
32 /* Huawei devices */
33 {DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */