diff options
author | Max Schulze <max.schulze@posteo.de> | 2017-12-20 20:47:44 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-02 20:33:27 +0100 |
commit | 24162c1781c1c9c5f2442feff94b456e5e4c2766 (patch) | |
tree | 0aa0cf23db9070abd21bda1ced63980c7e815abd /drivers/usb/serial/ftdi_sio_ids.h | |
parent | 76f611cbdbb45f8ef76a142d8b764c176c612aa9 (diff) | |
download | linux-stable-24162c1781c1c9c5f2442feff94b456e5e4c2766.tar.gz linux-stable-24162c1781c1c9c5f2442feff94b456e5e4c2766.tar.bz2 linux-stable-24162c1781c1c9c5f2442feff94b456e5e4c2766.zip |
USB: serial: ftdi_sio: add id for Airbus DS P8GR
commit c6a36ad383559a60a249aa6016cebf3cb8b6c485 upstream.
Add AIRBUS_DS_P8GR device IDs to ftdi_sio driver.
Signed-off-by: Max Schulze <max.schulze@posteo.de>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 f9d15bd62785..543d2801632b 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -914,6 +914,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 */ |