Skip to content

Commit 342fc0c

Browse files
clobranojhovold
authored andcommitted
USB: serial: option: add Telit LE910Cx 0x1250 composition
Add support for the following Telit LE910Cx composition: 0x1250: rmnet, tty, tty, tty, tty Reviewed-by: Daniele Palmas <[email protected]> Signed-off-by: Carlo Lobrano <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent a111daf commit 342fc0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/option.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,7 @@ static const struct usb_device_id option_ids[] = {
12791279
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
12801280
{ USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1231, 0xff), /* Telit LE910Cx (RNDIS) */
12811281
.driver_info = NCTRL(2) | RSVD(3) },
1282+
{ USB_DEVICE_AND_INTERFACE_INFO(TELIT_VENDOR_ID, 0x1250, 0xff, 0x00, 0x00) }, /* Telit LE910Cx (rmnet) */
12821283
{ USB_DEVICE(TELIT_VENDOR_ID, 0x1260),
12831284
.driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
12841285
{ USB_DEVICE(TELIT_VENDOR_ID, 0x1261),

0 commit comments

Comments
 (0)