lkml.org 
[lkml]   [2010]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 100/123] USB: serial: ftdi: add CONTEC vendor and product id
    2.6.33-stable review patch.  If anyone has any objections, please let me know.

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

    From: Daniel Sangorrin <daniel.sangorrin@gmail.com>

    commit 46b72d78cb022714c89a9ebc00b9581b550cfca7 upstream.

    This is a patch to ftdi_sio_ids.h and ftdi_sio.c that adds
    identifiers for CONTEC USB serial converter. I tested it
    with the device COM-1(USB)H

    Signed-off-by: Daniel Sangorrin <daniel.sangorrin@gmail.com>
    Cc: Andreas Mohr <andi@lisas.de>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/usb/serial/ftdi_sio.c | 1 +
    drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++
    2 files changed, 8 insertions(+)

    --- a/drivers/usb/serial/ftdi_sio.c
    +++ b/drivers/usb/serial/ftdi_sio.c
    @@ -614,6 +614,7 @@ static struct usb_device_id id_table_com
    { USB_DEVICE(FTDI_VID, FTDI_OCEANIC_PID) },
    { USB_DEVICE(TTI_VID, TTI_QL355P_PID) },
    { USB_DEVICE(FTDI_VID, FTDI_RM_CANVIEW_PID) },
    + { USB_DEVICE(CONTEC_VID, CONTEC_COM1USBH_PID) },
    { USB_DEVICE(BANDB_VID, BANDB_USOTL4_PID) },
    { USB_DEVICE(BANDB_VID, BANDB_USTL4_PID) },
    { USB_DEVICE(BANDB_VID, BANDB_USO9ML2_PID) },
    --- a/drivers/usb/serial/ftdi_sio_ids.h
    +++ b/drivers/usb/serial/ftdi_sio_ids.h
    @@ -494,6 +494,13 @@
    #define RATOC_PRODUCT_ID_USB60F 0xb020

    /*
    + * Contec products (http://www.contec.com)
    + * Submitted by Daniel Sangorrin
    + */
    +#define CONTEC_VID 0x06CE /* Vendor ID */
    +#define CONTEC_COM1USBH_PID 0x8311 /* COM-1(USB)H */
    +
    +/*
    * Definitions for B&B Electronics products.
    */
    #define BANDB_VID 0x0856 /* B&B Electronics Vendor ID */



    \
     
     \ /
      Last update: 2010-03-13 01:33    [W:2.216 / U:0.132 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site