forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d64c33
commit a85fd2a
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
target/linux/generic/pending-6.1/994-add-quectel-rm900u-support.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c | ||
index 6b69d05e2..a50391b0a 100644 | ||
--- a/drivers/usb/serial/option.c | ||
+++ b/drivers/usb/serial/option.c | ||
@@ -266,6 +266,7 @@ | ||
#define QUECTEL_PRODUCT_EM12 0x0512 | ||
#define QUECTEL_PRODUCT_RM500Q 0x0800 | ||
#define QUECTEL_PRODUCT_RM520N 0x0801 | ||
+#define QUECTEL_PRODUCT_RM500U 0x0900 | ||
#define QUECTEL_PRODUCT_EC200U 0x0901 | ||
#define QUECTEL_PRODUCT_EC200S_CN 0x6002 | ||
#define QUECTEL_PRODUCT_EC200T 0x6026 | ||
@@ -1207,6 +1208,7 @@ | ||
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC200S_CN, 0xff, 0, 0) }, | ||
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC200T, 0xff, 0, 0) }, | ||
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_RM500K, 0xff, 0x00, 0x00) }, | ||
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_RM500U, 0xff, 0x00, 0x00) }, | ||
|
||
{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_6001) }, | ||
{ USB_DEVICE(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CMU_300) }, |