Skip to content

Commit 7e68782

Browse files
authored
Add files via upload
1 parent 3febce0 commit 7e68782

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From 43c9cce908d83724127256ae29f2dba9ae862db4 Mon Sep 17 00:00:00 2001
2+
From: cnsn17 <73534394+cnsn17@users.noreply.github.com>
3+
Date: Sat, 15 Mar 2025 04:35:18 +0800
4+
Subject: [PATCH] Update option.c
5+
6+
---
7+
drivers/usb/serial/option.c | 3 +--
8+
1 file changed, 1 insertion(+), 2 deletions(-)
9+
10+
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
11+
index b584113e1..b720dfac1 100644
12+
--- a/drivers/usb/serial/option.c
13+
+++ b/drivers/usb/serial/option.c
14+
@@ -2124,8 +2124,7 @@ static const struct usb_device_id option_ids[] = {
15+
.driver_info = RSVD(3) },
16+
{ USB_DEVICE_INTERFACE_CLASS(LONGCHEER_VENDOR_ID, 0x9803, 0xff),
17+
.driver_info = RSVD(4) },
18+
- { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b05), /* Longsung U8300 */
19+
- .driver_info = RSVD(4) | RSVD(5) },
20+
+ { USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b05) }, /* Longsung U8300 */
21+
{ USB_DEVICE(LONGCHEER_VENDOR_ID, 0x9b3c), /* Longsung U9300 */
22+
.driver_info = RSVD(0) | RSVD(4) },
23+
{ USB_DEVICE(LONGCHEER_VENDOR_ID, ZOOM_PRODUCT_4597) },
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From e183e932d4598795d1141fd5f90419005303f26a Mon Sep 17 00:00:00 2001
2+
From: cnsn17 <73534394+cnsn17@users.noreply.github.com>
3+
Date: Sat, 15 Mar 2025 04:36:30 +0800
4+
Subject: [PATCH] Update qmi_wwan.c
5+
6+
---
7+
drivers/net/usb/qmi_wwan.c | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/drivers/net/usb/qmi_wwan.c b/drivers/net/usb/qmi_wwan.c
11+
index ced60b6af..feff2c4b2 100644
12+
--- a/drivers/net/usb/qmi_wwan.c
13+
+++ b/drivers/net/usb/qmi_wwan.c
14+
@@ -1097,6 +1097,7 @@ static const struct usb_device_id products[] = {
15+
{QMI_MATCH_FF_FF_FF(0x05c6, 0xf601)}, /* MeigLink SLM750 */
16+
17+
/* 3. Combined interface devices matching on interface number */
18+
+ {QMI_FIXED_INTF(0x1c9e, 0x9b05, 4)},
19+
{QMI_FIXED_INTF(0x0408, 0xea42, 4)}, /* Yota / Megafon M100-1 */
20+
{QMI_FIXED_INTF(0x05c6, 0x6001, 3)}, /* 4G LTE usb-modem U901 */
21+
{QMI_FIXED_INTF(0x05c6, 0x7000, 0)},

0 commit comments

Comments
 (0)