summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
diff options
context:
space:
mode:
authorSheng-Hui J. Chu2016-07-28 23:01:45 +0200
committerJohan Hovold2016-08-08 12:24:14 +0200
commitae34d12cc1e212ffcd92e069030e54dae69c832f (patch)
tree85786616ec5aa3b0ef5b48b05376e8571d8af6ac /drivers/usb/serial/ftdi_sio.c
parentUSB: serial: ftdi_sio: add PIDs for Ivium Technologies devices (diff)
downloadkernel-qcow2-linux-ae34d12cc1e212ffcd92e069030e54dae69c832f.tar.gz
kernel-qcow2-linux-ae34d12cc1e212ffcd92e069030e54dae69c832f.tar.xz
kernel-qcow2-linux-ae34d12cc1e212ffcd92e069030e54dae69c832f.zip
USB: serial: ftdi_sio: add device ID for WICED USB UART dev board
BCM20706V2_EVAL is a WICED dev board designed with FT2232H USB 2.0 UART/FIFO IC. To support BCM920706V2_EVAL dev board for WICED development on Linux. Add the VID(0a5c) and PID(6422) to ftdi_sio driver to allow loading ftdi_sio for this board. Signed-off-by: Sheng-Hui J. Chu <s.jeffrey.chu@gmail.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
-rw-r--r--drivers/usb/serial/ftdi_sio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 8962cdcfe9ff..b2d767e743fc 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -1010,6 +1010,7 @@ static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(ICPDAS_VID, ICPDAS_I7560U_PID) },
{ USB_DEVICE(ICPDAS_VID, ICPDAS_I7561U_PID) },
{ USB_DEVICE(ICPDAS_VID, ICPDAS_I7563U_PID) },
+ { USB_DEVICE(WICED_VID, WICED_USB20706V2_PID) },
{ } /* Terminating entry */
};