]> git.baikalelectronics.ru Git - kernel.git/commitdiff
USB: serial: option: add Telit LE910S1 0x9200 composition
authorDaniele Palmas <dnlplm@gmail.com>
Fri, 19 Nov 2021 14:03:19 +0000 (15:03 +0100)
committerJohan Hovold <johan@kernel.org>
Mon, 22 Nov 2021 08:17:58 +0000 (09:17 +0100)
Add the following Telit LE910S1 composition:

0x9200: tty

Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
Link: https://lore.kernel.org/r/20211119140319.10448-1-dnlplm@gmail.com
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/option.c

index a484ff5e4ebf83761964213eeb33d79f0ef28f6a..0902e79c8493f4a03056cf337832515c5b439695 100644 (file)
@@ -1267,6 +1267,8 @@ static const struct usb_device_id option_ids[] = {
          .driver_info = NCTRL(2) },
        { USB_DEVICE(TELIT_VENDOR_ID, 0x9010),                          /* Telit SBL FN980 flashing device */
          .driver_info = NCTRL(0) | ZLP },
+       { USB_DEVICE(TELIT_VENDOR_ID, 0x9200),                          /* Telit LE910S1 flashing device */
+         .driver_info = NCTRL(0) | ZLP },
        { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_MF622, 0xff, 0xff, 0xff) }, /* ZTE WCDMA products */
        { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, 0x0002, 0xff, 0xff, 0xff),
          .driver_info = RSVD(1) },