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-19 15:54:45 -0700 |
commit | 35a2fbc941accd0e9f1bfadd669311786118d874 (patch) | |
tree | 088901abb78c4ab5e528bf20194c299568ceb2f7 /drivers/usb/serial/ti_usb_3410_5052.h | |
parent | 035978beaf79e3bd0c4f6308e8c8ce5067e26b9d (diff) | |
download | blackbird-obmc-linux-35a2fbc941accd0e9f1bfadd669311786118d874.tar.gz blackbird-obmc-linux-35a2fbc941accd0e9f1bfadd669311786118d874.zip |
USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable
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>
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, 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 b353e7e3d480..4a2423e84d55 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 |