Skip to content

Commit 47594d5

Browse files
xmxwxgregkh
authored andcommitted
USB: ftdi_sio: new PID: Distortec JTAG-lock-pick
Signed-off-by: Michał Wróbel <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5db51b5 commit 47594d5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,8 @@ static struct usb_device_id id_table_combined [] = {
850850
{ USB_DEVICE(ST_VID, ST_STMCLT1030_PID),
851851
.driver_info = (kernel_ulong_t)&ftdi_stmclite_quirk },
852852
{ USB_DEVICE(FTDI_VID, FTDI_RF_R106) },
853+
{ USB_DEVICE(FTDI_VID, FTDI_DISTORTEC_JTAG_LOCK_PICK_PID),
854+
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
853855
{ }, /* Optional parameter entry */
854856
{ } /* Terminating entry */
855857
};

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
#define FTDI_TACTRIX_OPENPORT_13S_PID 0xCC49 /* OpenPort 1.3 Subaru */
9898
#define FTDI_TACTRIX_OPENPORT_13U_PID 0xCC4A /* OpenPort 1.3 Universal */
9999

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

0 commit comments

Comments
 (0)