]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.93/usb-serial-qcserial-add-dell-dw5818-dw5819.patch
5.0-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.4.93 / usb-serial-qcserial-add-dell-dw5818-dw5819.patch
CommitLineData
e4215a35
GKH
1From f5d9644c5fca7d8e8972268598bb516a7eae17f9 Mon Sep 17 00:00:00 2001
2From: Shrirang Bagul <shrirang.bagul@canonical.com>
3Date: Fri, 29 Sep 2017 12:39:51 +0800
4Subject: USB: serial: qcserial: add Dell DW5818, DW5819
5
6From: Shrirang Bagul <shrirang.bagul@canonical.com>
7
8commit f5d9644c5fca7d8e8972268598bb516a7eae17f9 upstream.
9
10Dell Wireless 5819/5818 devices are re-branded Sierra Wireless MC74
11series which will by default boot with vid 0x413c and pid's 0x81cf,
120x81d0, 0x81d1, 0x81d2.
13
14Signed-off-by: Shrirang Bagul <shrirang.bagul@canonical.com>
15Signed-off-by: Johan Hovold <johan@kernel.org>
16Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18---
19 drivers/usb/serial/qcserial.c | 4 ++++
20 1 file changed, 4 insertions(+)
21
22--- a/drivers/usb/serial/qcserial.c
23+++ b/drivers/usb/serial/qcserial.c
24@@ -174,6 +174,10 @@ static const struct usb_device_id id_tab
25 {DEVICE_SWI(0x413c, 0x81b3)}, /* Dell Wireless 5809e Gobi(TM) 4G LTE Mobile Broadband Card (rev3) */
26 {DEVICE_SWI(0x413c, 0x81b5)}, /* Dell Wireless 5811e QDL */
27 {DEVICE_SWI(0x413c, 0x81b6)}, /* Dell Wireless 5811e QDL */
28+ {DEVICE_SWI(0x413c, 0x81cf)}, /* Dell Wireless 5819 */
29+ {DEVICE_SWI(0x413c, 0x81d0)}, /* Dell Wireless 5819 */
30+ {DEVICE_SWI(0x413c, 0x81d1)}, /* Dell Wireless 5818 */
31+ {DEVICE_SWI(0x413c, 0x81d2)}, /* Dell Wireless 5818 */
32
33 /* Huawei devices */
34 {DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */