summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2018-03-29 11:22:53 +0200
committerGreg Kroah-Hartman2018-03-29 11:22:53 +0200
commit1ca5033101032f49e798d2f07971d87d48bda3ed (patch)
tree0b6eb7f8dad9080b9673230e99644716277d538f /drivers/usb/serial/ftdi_sio.c
parentusb: dwc3: gadget: never call ->complete() from ->ep_queue() (diff)
parentUSB: serial: ftdi_sio: add Id for Physik Instrumente E-870 (diff)
downloadkernel-qcow2-linux-1ca5033101032f49e798d2f07971d87d48bda3ed.tar.gz
kernel-qcow2-linux-1ca5033101032f49e798d2f07971d87d48bda3ed.tar.xz
kernel-qcow2-linux-1ca5033101032f49e798d2f07971d87d48bda3ed.zip
Merge tag 'usb-serial-4.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next
Johan writes: USB-serial updates for v4.17-rc1 Here are the USB-serial updates for 4.17-rc1, including a reimplementation of the option-driver interface masking which allows for a more compact notation when adding new device entries. Included are also a couple of clean ups and a new ftdi_sio device id. All but the device-id commit have been in linux-next (without any reported issues). 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 87202ad5a50d..566f25781ea0 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -894,6 +894,7 @@ static const struct usb_device_id id_table_combined[] = {
{ USB_DEVICE(PI_VID, PI_1014_PID) },
{ USB_DEVICE(PI_VID, PI_1015_PID) },
{ USB_DEVICE(PI_VID, PI_1016_PID) },
+ { USB_DEVICE(PI_VID, PI_E870_PID) },
{ USB_DEVICE(KONDO_VID, KONDO_USB_SERIAL_PID) },
{ USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) },
{ USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID),