Commit 9c491c37 authored by Taylor Braun-Jones's avatar Taylor Braun-Jones Committed by Greg Kroah-Hartman
Browse files

USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker device



Signed-off-by: default avatarTaylor Braun-Jones <taylor.braun-jones@ge.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b6089f19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -940,6 +940,8 @@ static const struct usb_device_id id_table_combined[] = {
	{ USB_DEVICE(FTDI_VID, FTDI_EKEY_CONV_USB_PID) },
	/* Infineon Devices */
	{ USB_DEVICE_INTERFACE_NUMBER(INFINEON_VID, INFINEON_TRIBOARD_PID, 1) },
	/* GE Healthcare devices */
	{ USB_DEVICE(GE_HEALTHCARE_VID, GE_HEALTHCARE_NEMO_TRACKER_PID) },
	{ }					/* Terminating entry */
};

+6 −0
Original line number Diff line number Diff line
@@ -1391,3 +1391,9 @@
 * ekey biometric systems GmbH (http://ekey.net/)
 */
#define FTDI_EKEY_CONV_USB_PID		0xCB08	/* Converter USB */

/*
 * GE Healthcare devices
 */
#define GE_HEALTHCARE_VID		0x1901
#define GE_HEALTHCARE_NEMO_TRACKER_PID	0x0015