]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.9.30/usb-serial-qcserial-add-more-lenovo-em74xx-device-ids.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 4.9.30 / usb-serial-qcserial-add-more-lenovo-em74xx-device-ids.patch
CommitLineData
8e9e51c8
GKH
1From 8d7a10dd323993cc40bd37bce8bc570133b0c396 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= <bjorn@mork.no>
3Date: Wed, 17 May 2017 16:30:50 +0200
4Subject: USB: serial: qcserial: add more Lenovo EM74xx device IDs
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9From: Bjørn Mork <bjorn@mork.no>
10
11commit 8d7a10dd323993cc40bd37bce8bc570133b0c396 upstream.
12
13In their infinite wisdom, and never ending quest for end user frustration,
14Lenovo has decided to use new USB device IDs for the wwan modules in
15their 2017 laptops. The actual hardware is still the Sierra Wireless
16EM7455 or EM7430, depending on region.
17
18Signed-off-by: Bjørn Mork <bjorn@mork.no>
19Signed-off-by: Johan Hovold <johan@kernel.org>
20Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21
22---
23 drivers/usb/serial/qcserial.c | 2 ++
24 1 file changed, 2 insertions(+)
25
26--- a/drivers/usb/serial/qcserial.c
27+++ b/drivers/usb/serial/qcserial.c
28@@ -162,6 +162,8 @@ static const struct usb_device_id id_tab
29 {DEVICE_SWI(0x1199, 0x9071)}, /* Sierra Wireless MC74xx */
30 {DEVICE_SWI(0x1199, 0x9078)}, /* Sierra Wireless EM74xx */
31 {DEVICE_SWI(0x1199, 0x9079)}, /* Sierra Wireless EM74xx */
32+ {DEVICE_SWI(0x1199, 0x907a)}, /* Sierra Wireless EM74xx QDL */
33+ {DEVICE_SWI(0x1199, 0x907b)}, /* Sierra Wireless EM74xx */
34 {DEVICE_SWI(0x413c, 0x81a2)}, /* Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card */
35 {DEVICE_SWI(0x413c, 0x81a3)}, /* Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card */
36 {DEVICE_SWI(0x413c, 0x81a4)}, /* Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card */