aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.h
diff options
context:
space:
mode:
authorAaron Sanders <aaron.sanders@hp.com>2014-03-31 15:54:21 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-16 13:56:07 -0700
commitb16c02fbfb963fa2941b7517ebf1f8a21946775e (patch)
tree71138da5b18488754bb57c92030a1a97ca65daf6 /drivers/usb/serial/pl2303.h
parentUSB: cp210x: Add 8281 (Nanotec Plug & Drive) (diff)
downloadlinux-dev-b16c02fbfb963fa2941b7517ebf1f8a21946775e.tar.xz
linux-dev-b16c02fbfb963fa2941b7517ebf1f8a21946775e.zip
USB: pl2303: add ids for Hewlett-Packard HP POS pole displays
Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: LD960: 03f0:0B39 LCM220: 03f0:3139 LCM960: 03f0:3239 [ Johan: fix indentation and sort PIDs numerically ] Signed-off-by: Aaron Sanders <aaron.sanders@hp.com> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r--drivers/usb/serial/pl2303.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
index c38b8c00c06f..42bc082896ac 100644
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -121,8 +121,11 @@
#define SUPERIAL_VENDOR_ID 0x5372
#define SUPERIAL_PRODUCT_ID 0x2303
-/* Hewlett-Packard LD220-HP POS Pole Display */
+/* Hewlett-Packard POS Pole Displays */
#define HP_VENDOR_ID 0x03f0
+#define HP_LD960_PRODUCT_ID 0x0b39
+#define HP_LCM220_PRODUCT_ID 0x3139
+#define HP_LCM960_PRODUCT_ID 0x3239
#define HP_LD220_PRODUCT_ID 0x3524
/* Cressi Edy (diving computer) PC interface */