lkml.org 
[lkml]   [2014]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.8 022/166] USB: cdc-acm: Added support for the Lenovo RD02-D400 USB Modem
    Date
    3.8.13.16 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: David Cluytens <david.cluytens@gmail.com>

    commit 3b59d16c513da258ec8f6a0b4db85f257a0380d6 upstream.

    Signed-off-by: David Cluytens <david.cluytens@gmail.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    drivers/usb/class/cdc-acm.c | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
    index 35d2cf1..c4564e3 100644
    --- a/drivers/usb/class/cdc-acm.c
    +++ b/drivers/usb/class/cdc-acm.c
    @@ -1542,6 +1542,8 @@ static int acm_reset_resume(struct usb_interface *intf)

    static const struct usb_device_id acm_ids[] = {
    /* quirky and broken devices */
    + { USB_DEVICE(0x17ef, 0x7000), /* Lenovo USB modem */
    + .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
    { USB_DEVICE(0x0870, 0x0001), /* Metricom GS Modem */
    .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
    },
    --
    1.8.3.2


    \
     
     \ /
      Last update: 2014-01-15 23:42    [W:7.058 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site