Skip to content

Commit

Permalink
USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
Browse files Browse the repository at this point in the history
Add device id for Harman FirmwareHubEmulator to make the device
auto-detectable by the driver.

Signed-off-by: Clemens Werther <clemens.werther@gmail.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Clemens Werther authored and Greg Kroah-Hartman committed Mar 23, 2018
1 parent 1f1e82f commit 6555ad1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
6 changes: 6 additions & 0 deletions drivers/usb/serial/ftdi_sio_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6555ad1

Please sign in to comment.