Skip to content

Commit 0d3010f

Browse files
dnlplmjhovold
authored andcommitted
USB: serial: option: add Telit ME910G1 0x110a composition
This patch adds the following Telit ME910G1 composition: 0x110a: tty, tty, tty, rmnet Signed-off-by: Daniele Palmas <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent d1eef1c commit 0d3010f

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
@@ -1172,6 +1172,8 @@ static const struct usb_device_id option_ids[] = {
11721172
.driver_info = NCTRL(0) | RSVD(3) },
11731173
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1102, 0xff), /* Telit ME910 (ECM) */
11741174
.driver_info = NCTRL(0) },
1175+
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x110a, 0xff), /* Telit ME910G1 */
1176+
.driver_info = NCTRL(0) | RSVD(3) },
11751177
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910),
11761178
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
11771179
{ USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE910_USBCFG4),

0 commit comments

Comments
 (0)