lkml.org 
[lkml]   [2019]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.1 103/115] USB: serial: option: add Telit 0x1260 and 0x1261 compositions
    Date
    From: Daniele Palmas <dnlplm@gmail.com>

    commit f3dfd4072c3ee6e287f501a18b5718b185d6a940 upstream.

    Added support for Telit LE910Cx 0x1260 and 0x1261 compositions.

    Signed-off-by: Daniele Palmas <dnlplm@gmail.com>
    Cc: stable <stable@vger.kernel.org>
    Signed-off-by: Johan Hovold <johan@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/usb/serial/option.c | 4 ++++
    1 file changed, 4 insertions(+)

    --- a/drivers/usb/serial/option.c
    +++ b/drivers/usb/serial/option.c
    @@ -1171,6 +1171,10 @@ static const struct usb_device_id option
    { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, TELIT_PRODUCT_LE920A4_1213, 0xff) },
    { USB_DEVICE(TELIT_VENDOR_ID, TELIT_PRODUCT_LE920A4_1214),
    .driver_info = NCTRL(0) | RSVD(1) | RSVD(2) | RSVD(3) },
    + { USB_DEVICE(TELIT_VENDOR_ID, 0x1260),
    + .driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
    + { USB_DEVICE(TELIT_VENDOR_ID, 0x1261),
    + .driver_info = NCTRL(0) | RSVD(1) | RSVD(2) },
    { USB_DEVICE(TELIT_VENDOR_ID, 0x1900), /* Telit LN940 (QMI) */
    .driver_info = NCTRL(0) | RSVD(1) },
    { USB_DEVICE_INTERFACE_CLASS(TELIT_VENDOR_ID, 0x1901, 0xff), /* Telit LN940 (MBIM) */

    \
     
     \ /
      Last update: 2019-06-17 23:23    [W:4.082 / U:0.304 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site