diff options
author | Max Schulze <max.schulze@posteo.de> | 2017-12-20 22:47:44 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2017-12-27 13:47:31 +0300 |
commit | c6a36ad383559a60a249aa6016cebf3cb8b6c485 (patch) | |
tree | 5b50ff917e2137457e3e0d7078cb58cad1ff7a7c /drivers/usb/serial/ftdi_sio.c | |
parent | 3920bb713038810f25770e7545b79f204685c8f2 (diff) | |
download | linux-c6a36ad383559a60a249aa6016cebf3cb8b6c485.tar.xz |
USB: serial: ftdi_sio: add id for Airbus DS P8GR
Add AIRBUS_DS_P8GR device IDs to ftdi_sio driver.
Signed-off-by: Max Schulze <max.schulze@posteo.de>
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 1aba9105b369..fc68952c994a 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c @@ -1013,6 +1013,7 @@ static const struct usb_device_id id_table_combined[] = { .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, { USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_BT_USB_PID) }, { USB_DEVICE(CYPRESS_VID, CYPRESS_WICED_WL_USB_PID) }, + { USB_DEVICE(AIRBUS_DS_VID, AIRBUS_DS_P8GR) }, { } /* Terminating entry */ }; |