diff options
author | Robert Deliƫn <robert@delien.nl> | 2016-07-28 21:52:55 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2016-08-08 13:00:02 +0300 |
commit | 6977495c06f7f47636a076ee5a0ca571279d9697 (patch) | |
tree | c22b4a42be8a9d7d9e9347d4f0b3463e9c1feeb9 /drivers/usb/serial/ftdi_sio_ids.h | |
parent | cf1b18030de29e4e5b0a57695ae5db4a89da0ff7 (diff) | |
download | linux-6977495c06f7f47636a076ee5a0ca571279d9697.tar.xz |
USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices
Ivium Technologies uses the FTDI VID with custom PIDs for their line of
electrochemical interfaces and the PalmSens they developed for PalmSens
BV.
Signed-off-by: Robert Delien <robert@delien.nl>
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 c5d6c1e73e8e..067e3a6300d1 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -406,6 +406,12 @@ #define FTDI_4N_GALAXY_DE_3_PID 0xF3C2 /* + * Ivium Technologies product IDs + */ +#define FTDI_PALMSENS_PID 0xf440 +#define FTDI_IVIUM_XSTAT_PID 0xf441 + +/* * Linx Technologies product ids */ #define LINX_SDMUSBQSS_PID 0xF448 /* Linx SDM-USB-QS-S */ |