diff options
author | Anders Hammarquist <iko@iko.pp.se> | 2013-06-19 01:45:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-27 10:34:33 -0700 |
commit | c77a0bc75e37339dcbd4caf20d5ce2a4e7070740 (patch) | |
tree | 5b648e3e403b0d699e5ccb030597a410762f88e7 /drivers/usb/serial/ti_usb_3410_5052.h | |
parent | 60ab7833a93b180b420a18e24e88e3a9528a7038 (diff) |
USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable
commit 35a2fbc941accd0e9f1bfadd669311786118d874 upstream.
Add product id for Abbott strip port cable for Precision meter which
uses the TI 3410 chip.
Signed-off-by: Anders Hammarquist <iko@iko.pp.se>
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, 3 insertions, 1 deletions
diff --git a/drivers/usb/serial/ti_usb_3410_5052.h b/drivers/usb/serial/ti_usb_3410_5052.h index b353e7e3d48..4a2423e84d5 100644 --- a/drivers/usb/serial/ti_usb_3410_5052.h +++ b/drivers/usb/serial/ti_usb_3410_5052.h @@ -52,7 +52,9 @@ /* Abbott Diabetics vendor and product ids */ #define ABBOTT_VENDOR_ID 0x1a61 -#define ABBOTT_PRODUCT_ID 0x3410 +#define ABBOTT_STEREO_PLUG_ID 0x3410 +#define ABBOTT_PRODUCT_ID ABBOTT_STEREO_PLUG_ID +#define ABBOTT_STRIP_PORT_ID 0x3420 /* Commands */ #define TI_GET_VERSION 0x01 |