File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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};
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments