diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-02-20 09:31:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-21 16:29:15 -0800 |
commit | 7fd25702ba616d9ba56e2a625472f29e5aff25ee (patch) | |
tree | cbd75547c475501a0bc8404f11501dffbfa207f3 /drivers/usb/serial/ti_usb_3410_5052.h | |
parent | bb94a406682770a35305daaa241ccdb7cab399de (diff) | |
download | blackbird-obmc-linux-7fd25702ba616d9ba56e2a625472f29e5aff25ee.tar.gz blackbird-obmc-linux-7fd25702ba616d9ba56e2a625472f29e5aff25ee.zip |
USB: Serial: ti_usb_3410_5052: Add Abbot Diabetes Care cable id
This USB-serial cable with mini stereo jack enumerates as:
Bus 001 Device 004: ID 1a61:3410 Abbott Diabetes Care
It is a TI3410 inside.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/ti_usb_3410_5052.h')
-rw-r--r-- | drivers/usb/serial/ti_usb_3410_5052.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/ti_usb_3410_5052.h b/drivers/usb/serial/ti_usb_3410_5052.h index 2aac1953993b..f140f1b9d5c0 100644 --- a/drivers/usb/serial/ti_usb_3410_5052.h +++ b/drivers/usb/serial/ti_usb_3410_5052.h @@ -49,6 +49,10 @@ #define MTS_MT9234ZBA_PRODUCT_ID 0xF115 #define MTS_MT9234ZBAOLD_PRODUCT_ID 0x0319 +/* Abbott Diabetics vendor and product ids */ +#define ABBOTT_VENDOR_ID 0x1a61 +#define ABBOTT_PRODUCT_ID 0x3410 + /* Commands */ #define TI_GET_VERSION 0x01 #define TI_GET_PORT_STATUS 0x02 |