USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices

A Fedora user reports that the ftdi_sio driver works properly for the
ICP DAS I-7561U device.  Further, the user manual for these devices
instructs users to load the driver and add the ids using the sysfs
interface.

Add support for these in the driver directly so that the devices work
out of the box instead of needing manual configuration.

Reported-by: <thesource@mail.ru>
CC: stable <stable@vger.kernel.org>
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
Josh Boyer
2016-03-10 09:48:52 -05:00
committed by Johan Hovold
父節點 9735a22799
當前提交 ea6db90e75
共有 2 個文件被更改,包括 12 次插入0 次删除

查看文件

@@ -871,6 +871,14 @@
#define NOVITUS_VID 0x1a28
#define NOVITUS_BONO_E_PID 0x6010
/*
* ICPDAS I-756*U devices
*/
#define ICPDAS_VID 0x1b5c
#define ICPDAS_I7560U_PID 0x0103
#define ICPDAS_I7561U_PID 0x0104
#define ICPDAS_I7563U_PID 0x0105
/*
* RT Systems programming cables for various ham radios
*/