lkml.org 
[lkml]   [2014]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.12 047/103] usb: option: add Olivetti Olicard 500
    Date
    From: Bjørn Mork <bjorn@mork.no>

    3.12-stable review patch. If anyone has any objections, please let me know.

    ===============

    commit 533b3994610f316e5cd61b56d0c4daa15c830f89 upstream.

    Device interface layout:
    0: ff/ff/ff - serial
    1: ff/ff/ff - serial AT+PPP
    2: 08/06/50 - storage
    3: ff/ff/ff - serial
    4: ff/ff/ff - QMI/wwan

    Reported-by: Julio Araujo <julio.araujo@wllctel.com.br>
    Signed-off-by: Bjørn Mork <bjorn@mork.no>
    Signed-off-by: Jiri Slaby <jslaby@suse.cz>
    ---
    drivers/usb/serial/option.c | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
    index 367c7f08b27c..6335222cb892 100644
    --- a/drivers/usb/serial/option.c
    +++ b/drivers/usb/serial/option.c
    @@ -349,6 +349,7 @@ static void option_instat_callback(struct urb *urb);
    #define OLIVETTI_PRODUCT_OLICARD100 0xc000
    #define OLIVETTI_PRODUCT_OLICARD145 0xc003
    #define OLIVETTI_PRODUCT_OLICARD200 0xc005
    +#define OLIVETTI_PRODUCT_OLICARD500 0xc00b

    /* Celot products */
    #define CELOT_VENDOR_ID 0x211f
    @@ -1545,6 +1546,9 @@ static const struct usb_device_id option_ids[] = {
    { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD200),
    .driver_info = (kernel_ulong_t)&net_intf6_blacklist
    },
    + { USB_DEVICE(OLIVETTI_VENDOR_ID, OLIVETTI_PRODUCT_OLICARD500),
    + .driver_info = (kernel_ulong_t)&net_intf4_blacklist
    + },
    { USB_DEVICE(CELOT_VENDOR_ID, CELOT_PRODUCT_CT680M) }, /* CT-650 CDMA 450 1xEVDO modem */
    { USB_DEVICE_AND_INTERFACE_INFO(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_GT_B3730, USB_CLASS_CDC_DATA, 0x00, 0x00) }, /* Samsung GT-B3730 LTE USB modem.*/
    { USB_DEVICE(YUGA_VENDOR_ID, YUGA_PRODUCT_CEM600) },
    --
    1.9.3
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2014-05-29 17:21    [W:2.133 / U:0.292 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site