Skip to content

Commit d9e37a5

Browse files
davidetronkjhovold
authored andcommitted
USB: serial: option: add u-blox LARA-R6 00B modem
The official LARA-R6 (00B) modem uses 0x908b PID. LARA-R6 00B does not implement a QMI interface on port 4, the reservation (RSVD(4)) has been added to meet other companies that implement QMI on that interface. LARA-R6 00B USB composition exposes the following interfaces: If 0: Diagnostic If 1: AT parser If 2: AT parser If 3: AT parser/alternative functions Signed-off-by: Davide Tronchin <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 2ec106b commit d9e37a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,8 @@ static const struct usb_device_id option_ids[] = {
11261126
/* u-blox products using Qualcomm vendor ID */
11271127
{ USB_DEVICE(QUALCOMM_VENDOR_ID, UBLOX_PRODUCT_R410M),
11281128
.driver_info = RSVD(1) | RSVD(3) },
1129+
{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x908b), /* u-blox LARA-R6 00B */
1130+
.driver_info = RSVD(4) },
11291131
{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x90fa),
11301132
.driver_info = RSVD(3) },
11311133
/* Quectel products using Quectel vendor ID */

0 commit comments

Comments
 (0)