Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e38c2874 authored by Stephane Clerambault's avatar Stephane Clerambault Committed by Greg Kroah-Hartman
Browse files

USB: ftdi_sio: add support for the NDI Polaris system

Add support for the NDI Polaris system *http://www.ndigital.com/

).

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Oliver Neukum <oneukum@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 78c8fb37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -662,6 +662,7 @@ static struct usb_device_id id_table_combined [] = {
	{ USB_DEVICE(FTDI_VID, FTDI_DOMINTELL_DUSB_PID) },
	{ USB_DEVICE(ALTI2_VID, ALTI2_N3_PID) },
	{ USB_DEVICE(FTDI_VID, DIEBOLD_BCS_SE923_PID) },
	{ USB_DEVICE(FTDI_VID, FTDI_NDI_HUC_PID) },
	{ },					/* Optional parameter entry */
	{ }					/* Terminating entry */
};
+3 −0
Original line number Diff line number Diff line
@@ -844,6 +844,9 @@
#define TML_VID			0x1B91	/* Vendor ID */
#define TML_USB_SERIAL_PID	0x0064	/* USB - Serial Converter */

/* NDI Polaris System */
#define FTDI_NDI_HUC_PID        0xDA70

/* Propox devices */
#define FTDI_PROPOX_JTAGCABLEII_PID	0xD738