File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -236,6 +236,8 @@ static void option_instat_callback(struct urb *urb);
236
236
/* These Quectel products use Qualcomm's vendor ID */
237
237
#define QUECTEL_PRODUCT_UC20 0x9003
238
238
#define QUECTEL_PRODUCT_UC15 0x9090
239
+ /* These u-blox products use Qualcomm's vendor ID */
240
+ #define UBLOX_PRODUCT_R410M 0x90b2
239
241
/* These Yuga products use Qualcomm's vendor ID */
240
242
#define YUGA_PRODUCT_CLM920_NC5 0x9625
241
243
@@ -1068,6 +1070,9 @@ static const struct usb_device_id option_ids[] = {
1068
1070
/* Yuga products use Qualcomm vendor ID */
1069
1071
{ USB_DEVICE (QUALCOMM_VENDOR_ID , YUGA_PRODUCT_CLM920_NC5 ),
1070
1072
.driver_info = RSVD (1 ) | RSVD (4 ) },
1073
+ /* u-blox products using Qualcomm vendor ID */
1074
+ { USB_DEVICE (QUALCOMM_VENDOR_ID , UBLOX_PRODUCT_R410M ),
1075
+ .driver_info = RSVD (1 ) | RSVD (3 ) },
1071
1076
/* Quectel products using Quectel vendor ID */
1072
1077
{ USB_DEVICE (QUECTEL_VENDOR_ID , QUECTEL_PRODUCT_EC21 ),
1073
1078
.driver_info = RSVD (4 ) },
You can’t perform that action at this time.
0 commit comments