linux-surface/patches/5.4/0005-surface-lte.patch

25 lines
885 B
Diff
Raw Normal View History

2020-05-16 22:20:04 +00:00
From d1452bffe608f437cb7a9db6b7223acf2ad4c87b Mon Sep 17 00:00:00 2001
2019-12-10 00:26:31 +00:00
From: qzed <qzed@users.noreply.github.com>
Date: Tue, 17 Sep 2019 17:21:43 +0200
2020-05-16 22:20:04 +00:00
Subject: [PATCH 5/7] surface-lte
2019-12-10 00:26:31 +00:00
---
drivers/usb/serial/qcserial.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
2020-05-16 22:20:04 +00:00
index ce0401d3137f1..b0c190cd46c92 100644
2019-12-10 00:26:31 +00:00
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
2020-05-16 22:20:04 +00:00
@@ -178,6 +178,7 @@ static const struct usb_device_id id_table[] = {
2019-12-10 00:26:31 +00:00
{DEVICE_SWI(0x413c, 0x81d0)}, /* Dell Wireless 5819 */
{DEVICE_SWI(0x413c, 0x81d1)}, /* Dell Wireless 5818 */
{DEVICE_SWI(0x413c, 0x81d2)}, /* Dell Wireless 5818 */
+ {DEVICE_SWI(0x045e, 0x096e)}, /* Microsoft Surface Go LTE */
/* Huawei devices */
{DEVICE_HWI(0x03f0, 0x581d)}, /* HP lt4112 LTE/HSPA+ Gobi 4G Modem (Huawei me906e) */
--
2020-05-16 22:20:04 +00:00
2.26.2
2019-12-10 00:26:31 +00:00