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_ids.h | |
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_ids.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 4faa09fe308c..8b4ecd2bd297 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -915,6 +915,12 @@ #define ICPDAS_I7563U_PID 0x0105 /* + * Airbus Defence and Space + */ +#define AIRBUS_DS_VID 0x1e8e /* Vendor ID */ +#define AIRBUS_DS_P8GR 0x6001 /* Tetra P8GR */ + +/* * RT Systems programming cables for various ham radios */ #define RTSYSTEMS_VID 0x2100 /* Vendor ID */ |