* [PATCH 1/1] USB: serial: option: add Telit LE910S1 0x9200 composition
@ 2021-11-19 14:03 Daniele Palmas
2021-11-22 8:15 ` Johan Hovold
0 siblings, 1 reply; 2+ messages in thread
From: Daniele Palmas @ 2021-11-19 14:03 UTC (permalink / raw)
To: Johan Hovold; +Cc: linux-usb, Greg Kroah-Hartman, Daniele Palmas
Add the following Telit LE910S1 composition:
0x9200: tty
Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
---
Hello Johan,
following the lsusb verbose output:
Bus 003 Device 007: ID 1bc7:9200 Telit Wireless Solutions Telit Download Port
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1bc7 Telit Wireless Solutions
idProduct 0x9200
bcdDevice 1.00
iManufacturer 1 Marvell
iProduct 2 Telit Download Port
iSerial 3 200806006809080000
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 0x0020
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 7
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Thanks,
Daniele
---
drivers/usb/serial/option.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
index a484ff5e4ebf..0902e79c8493 100644
--- a/drivers/usb/serial/option.c
+++ b/drivers/usb/serial/option.c
@@ -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) },
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] USB: serial: option: add Telit LE910S1 0x9200 composition
2021-11-19 14:03 [PATCH 1/1] USB: serial: option: add Telit LE910S1 0x9200 composition Daniele Palmas
@ 2021-11-22 8:15 ` Johan Hovold
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2021-11-22 8:15 UTC (permalink / raw)
To: Daniele Palmas; +Cc: linux-usb, Greg Kroah-Hartman
On Fri, Nov 19, 2021 at 03:03:19PM +0100, Daniele Palmas wrote:
> Add the following Telit LE910S1 composition:
>
> 0x9200: tty
>
> Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
> ---
Applied. Thanks, Daniele.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-22 8:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 14:03 [PATCH 1/1] USB: serial: option: add Telit LE910S1 0x9200 composition Daniele Palmas
2021-11-22 8:15 ` Johan Hovold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox