Skip to content

Commit c786688

Browse files
dnlplmgregkh
authored andcommitted
USB: serial: option: add Telit LE910R1 compositions
commit cfc4442 upstream. Add support for the following Telit LE910R1 compositions: 0x701a: rndis, tty, tty, tty 0x701b: ecm, tty, tty, tty 0x9201: tty Signed-off-by: Daniele Palmas <dnlplm@gmail.com> Link: https://lore.kernel.org/r/20220218134552.4051-1-dnlplm@gmail.com Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 220ba17 commit c786688

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/usb/serial/option.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,10 +1279,16 @@ static const struct usb_device_id option_ids[] = {
12791279
.driver_info = NCTRL(2) },
12801280
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x7011, 0xff), /* Telit LE910-S1 (ECM) */
12811281
.driver_info = NCTRL(2) },
1282+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x701a, 0xff), /* Telit LE910R1 (RNDIS) */
1283+
.driver_info = NCTRL(2) },
1284+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x701b, 0xff), /* Telit LE910R1 (ECM) */
1285+
.driver_info = NCTRL(2) },
12821286
{ USB_DEVICE(TELIT_VENDOR_ID, 0x9010), /* Telit SBL FN980 flashing device */
12831287
.driver_info = NCTRL(0) | ZLP },
12841288
{ USB_DEVICE(TELIT_VENDOR_ID, 0x9200), /* Telit LE910S1 flashing device */
12851289
.driver_info = NCTRL(0) | ZLP },
1290+
{ USB_DEVICE(TELIT_VENDOR_ID, 0x9201), /* Telit LE910R1 flashing device */
1291+
.driver_info = NCTRL(0) | ZLP },
12861292
{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */
12871293
{ USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0002, 0xff, 0xff, 0xff),
12881294
.driver_info = RSVD(1) },

0 commit comments

Comments
 (0)