From f27bba92a85b0ea76a176bd0b6caf0ba5727e6e7 Mon Sep 17 00:00:00 2001 From: payton Date: Wed, 5 Jul 2023 10:07:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E7=A7=BB=E8=BF=9CEG915Q?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BSP/linux-kernel/drivers/usb/serial/option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/BSP/linux-kernel/drivers/usb/serial/option.c b/BSP/linux-kernel/drivers/usb/serial/option.c index b170cc063..ae55104e2 100644 --- a/BSP/linux-kernel/drivers/usb/serial/option.c +++ b/BSP/linux-kernel/drivers/usb/serial/option.c @@ -580,6 +580,7 @@ static const struct usb_device_id option_ids[] = { { USB_DEVICE(0x2C7C, 0x0306) }, /* Quectel EG06/EP06/EM06 */ { USB_DEVICE(0x2C7C, 0x0296) }, /* Quectel BG96 */ { USB_DEVICE(0x2C7C, 0x0435) }, /* Quectel AG35 */ + { USB_DEVICE(0x2C7C, 0x6007) }, /* Quectel EG915Q */ #endif { USB_DEVICE(OPTION_VENDOR_ID, OPTION_PRODUCT_COLT) },