aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2012-02-20 09:31:57 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-21 16:29:15 -0800
commit7fd25702ba616d9ba56e2a625472f29e5aff25ee (patch)
treecbd75547c475501a0bc8404f11501dffbfa207f3 /drivers/usb/serial/ti_usb_3410_5052.h
parentusb-storage: fix freezing of the scanning thread (diff)
downloadlinux-dev-7fd25702ba616d9ba56e2a625472f29e5aff25ee.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/usb/serial/ti_usb_3410_5052.h4
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