提交 6555ad13 编写于 作者: C Clemens Werther 提交者: Greg Kroah-Hartman

USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator

Add device id for Harman FirmwareHubEmulator to make the device
auto-detectable by the driver.
Signed-off-by: NClemens Werther <clemens.werther@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: NJohan Hovold <johan@kernel.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1f1e82f7
......@@ -932,6 +932,7 @@ static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(FTDI_VID, FTDI_SCIENCESCOPE_LS_LOGBOOK_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_SCIENCESCOPE_HS_LOGBOOK_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_CINTERION_MC55I_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_FHE_PID) },
{ USB_DEVICE(FTDI_VID, FTDI_DOTEC_PID) },
{ USB_DEVICE(QIHARDWARE_VID, MILKYMISTONE_JTAGSERIAL_PID),
.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
......
......@@ -1444,6 +1444,12 @@
*/
#define FTDI_CINTERION_MC55I_PID 0xA951
/*
* Product: FirmwareHubEmulator
* Manufacturer: Harman Becker Automotive Systems
*/
#define FTDI_FHE_PID 0xA9A0
/*
* Product: Comet Caller ID decoder
* Manufacturer: Crucible Technologies
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册