lkml.org 
[lkml]   [2013]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[ 096/171] USB: cdc-acm: Add support for "PSC Scanning, Magellan 800i"
    Date
    3.4-stable review patch.  If anyone has any objections, please let me know.

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

    From: Denis N Ladin <denladin@gmail.com>

    commit 036915a7a402753c05b8d0529f5fd08805ab46d0 upstream.

    Adding support "PSC Scanning, Magellan 800i" in cdc-acm

    Very simple, but very necessary.
    Suitable for all versions of the kernel > 2.6

    Signed-off-by: Denis N Ladin <denladin@gmail.com>
    Acked-by: Oliver Neukum <oneukum@suse.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/usb/class/cdc-acm.c | 3 +++
    1 file changed, 3 insertions(+)

    --- a/drivers/usb/class/cdc-acm.c
    +++ b/drivers/usb/class/cdc-acm.c
    @@ -1602,6 +1602,9 @@ static const struct usb_device_id acm_id
    { USB_DEVICE(0x0572, 0x1340), /* Conexant CX93010-2x UCMxx */
    .driver_info = NO_UNION_NORMAL,
    },
    + { USB_DEVICE(0x05f9, 0x4002), /* PSC Scanning, Magellan 800i */
    + .driver_info = NO_UNION_NORMAL,
    + },
    { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */
    .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */
    },



    \
     
     \ /
      Last update: 2013-01-16 01:41    [W:3.289 / U:0.968 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site