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) },