mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
USB: add new ftdi_sio device ids
PID patch for my products Signed-off-by: Mitchell Solomon <mitchjs@rush2112.net> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
bd09a9f531
commit
9714080d20
@ -738,6 +738,10 @@ static struct usb_device_id id_table_combined [] = {
|
||||
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
|
||||
{ USB_DEVICE(FTDI_VID, HAMEG_HO820_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, HAMEG_HO870_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, MJSG_GENERIC_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, MJSG_SR_RADIO_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, MJSG_HD_RADIO_PID) },
|
||||
{ USB_DEVICE(FTDI_VID, MJSG_XM_RADIO_PID) },
|
||||
{ }, /* Optional parameter entry */
|
||||
{ } /* Terminating entry */
|
||||
};
|
||||
|
@ -1002,3 +1002,11 @@
|
||||
#define EVO_8U232AM_PID 0x02FF /* Evolution robotics RCM2 (FT232AM)*/
|
||||
#define EVO_HYBRID_PID 0x0302 /* Evolution robotics RCM4 PID (FT232BM)*/
|
||||
#define EVO_RCM4_PID 0x0303 /* Evolution robotics RCM4 PID */
|
||||
|
||||
/*
|
||||
* MJS Gadgets HD Radio / XM Radio / Sirius Radio interfaces (using VID 0x0403)
|
||||
*/
|
||||
#define MJSG_GENERIC_PID 0x9378
|
||||
#define MJSG_SR_RADIO_PID 0x9379
|
||||
#define MJSG_XM_RADIO_PID 0x937A
|
||||
#define MJSG_HD_RADIO_PID 0x937C
|
||||
|
Loading…
Reference in New Issue
Block a user