lkml.org 
[lkml]   [2012]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 011/175] USB: ftdi_sio: new PID: Distortec JTAG-lock-pick
    3.3-stable review patch.  If anyone has any objections, please let me know.

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

    From: Michał Wróbel <michal.wrobel@flytronic.pl>

    commit 47594d5528f28a4c025c2955c68104c75815637c upstream.

    Signed-off-by: Michał Wróbel <michal.wrobel@flytronic.pl>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

    --- a/drivers/usb/serial/ftdi_sio.c
    +++ b/drivers/usb/serial/ftdi_sio.c
    @@ -846,6 +846,8 @@ static struct usb_device_id id_table_com
    { USB_DEVICE(ST_VID, ST_STMCLT1030_PID),
    .driver_info = (kernel_ulong_t)&ftdi_stmclite_quirk },
    { USB_DEVICE(FTDI_VID, FTDI_RF_R106) },
    + { USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID),
    + .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
    { }, /* Optional parameter entry */
    { } /* Terminating entry */
    };
    --- a/drivers/usb/serial/ftdi_sio_ids.h
    +++ b/drivers/usb/serial/ftdi_sio_ids.h
    @@ -97,6 +97,8 @@
    #define FTDI_TACTRIX_OPENPORT_13S_PID 0xCC49 /* OpenPort 1.3 Subaru */
    #define FTDI_TACTRIX_OPENPORT_13U_PID 0xCC4A /* OpenPort 1.3 Universal */

    +#define FTDI_DISTORTEC_JTAG_LOCK_PICK_PID 0xCFF8
    +
    /* SCS HF Radio Modems PID's (http://www.scs-ptc.com) */
    /* the VID is the standard ftdi vid (FTDI_VID) */
    #define FTDI_SCS_DEVICE_0_PID 0xD010 /* SCS PTC-IIusb */

    --
    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: 2012-03-31 00:05    [W:4.079 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site