USB: ftdi_sio: Add more identifiers
0x04d8, 0x000a: Hornby Elite Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
cf840551a8
commit
2353f806c9
@@ -797,6 +797,7 @@ static struct usb_device_id id_table_combined [] = {
|
|||||||
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
||||||
{ USB_DEVICE(ADI_VID, ADI_GNICEPLUS_PID),
|
{ USB_DEVICE(ADI_VID, ADI_GNICEPLUS_PID),
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
||||||
|
{ USB_DEVICE(HORNBY_VID, HORNBY_ELITE_PID) },
|
||||||
{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
|
{ USB_DEVICE(JETI_VID, JETI_SPC1201_PID) },
|
||||||
{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
|
{ USB_DEVICE(MARVELL_VID, MARVELL_SHEEVAPLUG_PID),
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
||||||
|
@@ -531,6 +531,12 @@
|
|||||||
#define ADI_GNICE_PID 0xF000
|
#define ADI_GNICE_PID 0xF000
|
||||||
#define ADI_GNICEPLUS_PID 0xF001
|
#define ADI_GNICEPLUS_PID 0xF001
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Hornby Elite
|
||||||
|
*/
|
||||||
|
#define HORNBY_VID 0x04D8
|
||||||
|
#define HORNBY_ELITE_PID 0x000A
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RATOC REX-USB60F
|
* RATOC REX-USB60F
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user