diff options
author | Mike Provencher <mike.provencher@hp.com> | 2008-12-16 15:30:14 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-12-17 13:49:15 -0500 |
commit | af4b8514aafd53d97b05a0a30b7d4cfd2cbb7b81 (patch) | |
tree | 6a393e23b940f4b54c5e203029cdf76fed256174 /drivers/usb/serial/pl2303.h | |
parent | 413ba6fb51fa8dc77be09552e506d00f31234e0d (diff) |
USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display
Add id for the Hewlett-Packard LD220-HP POS pole display.
Bus 002 Device 002: ID 03f0:3524 Hewlett-Packard
Signed-off-by: Mike Provencher <mike.provencher@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 05c909aca8e3..54974f446a8c 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -114,3 +114,7 @@ | |||
114 | /* "Superial" USB - Serial */ | 114 | /* "Superial" USB - Serial */ |
115 | #define SUPERIAL_VENDOR_ID 0x5372 | 115 | #define SUPERIAL_VENDOR_ID 0x5372 |
116 | #define SUPERIAL_PRODUCT_ID 0x2303 | 116 | #define SUPERIAL_PRODUCT_ID 0x2303 |
117 | |||
118 | /* Hewlett-Packard LD220-HP POS Pole Display */ | ||
119 | #define HP_VENDOR_ID 0x03f0 | ||
120 | #define HP_LD220_PRODUCT_ID 0x3524 | ||