From 9d29be7f7249789d6ffd0440067187a9f040c2cd Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Wed, 18 Dec 2024 03:25:06 +0000 Subject: [PATCH] feat(4g): Compatible with ec20 and ec200 --- longan/kernel/linux-4.9/drivers/usb/serial/option.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/longan/kernel/linux-4.9/drivers/usb/serial/option.c b/longan/kernel/linux-4.9/drivers/usb/serial/option.c index 665f417..12d06a1 100644 --- a/longan/kernel/linux-4.9/drivers/usb/serial/option.c +++ b/longan/kernel/linux-4.9/drivers/usb/serial/option.c @@ -1970,7 +1970,8 @@ { USB_DEVICE_INTERFACE_CLASS(0x2cb7, 0x0105, 0xff), /* Fibocom NL678 series */ .driver_info = RSVD(6) }, #if 1 - { USB_DEVICE(0x05C6, 0x9090) }, /* Quectel UC15 */ + { USB_DEVICE(0x2C7C, 0x6002) }, /* Quectel EC200 */ + { USB_DEVICE(0x05C6, 0x9090) }, /* Quectel UC15 */ { USB_DEVICE(0x05C6, 0x9003) }, /* Quectel UC20 */ { USB_DEVICE(0x2C7C, 0x0125) }, /* Quectel EC25/EC20 R2.0 */ { USB_DEVICE(0x2C7C, 0x0121) }, /* Quectel EC21 */ -- Gitblit v1.6.2