Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 528ac1b7 authored by Davide Tronchin's avatar Davide Tronchin Committed by Greg Kroah-Hartman
Browse files

USB: serial: option: add u-blox LARA-R6 00B modem



commit d9e37a5c4d80ea25a7171ab8557a449115554e76 upstream.

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: default avatarDavide Tronchin <davide.tronchin.94@gmail.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7c1acff6
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1126,6 +1126,8 @@ static const struct usb_device_id option_ids[] = {
	/* u-blox products using Qualcomm vendor ID */
	/* u-blox products using Qualcomm vendor ID */
	{ USB_DEVICE(QUALCOMM_VENDOR_ID, UBLOX_PRODUCT_R410M),
	{ USB_DEVICE(QUALCOMM_VENDOR_ID, UBLOX_PRODUCT_R410M),
	  .driver_info = RSVD(1) | RSVD(3) },
	  .driver_info = RSVD(1) | RSVD(3) },
	{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x908b),	/* u-blox LARA-R6 00B */
	  .driver_info = RSVD(4) },
	{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x90fa),
	{ USB_DEVICE(QUALCOMM_VENDOR_ID, 0x90fa),
	  .driver_info = RSVD(3) },
	  .driver_info = RSVD(3) },
	/* Quectel products using Quectel vendor ID */
	/* Quectel products using Quectel vendor ID */