[PATCH] pl2303: add id for Hewlett-Packard LD220-HP POS poledisplay

From: Mike Provencher
Date: Tue Dec 16 2008 - 15:29:00 EST


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@xxxxxx>

pl2303.c | 1 +
pl2303.h | 4 ++++
2 files changed, 5 insertions(+)

--- a/drivers/usb/serial/pl2303.h 2008-12-16 10:40:41.000000000 -0600
+++ b/drivers/usb/serial/pl2303.h 2008-12-16 14:03:18.000000000 -0600
@@ -110,3 +110,7 @@
/* Y.C. Cable U.S.A., Inc - USB to RS-232 */
#define YCCABLE_VENDOR_ID 0x05ad
#define YCCABLE_PRODUCT_ID 0x0fba
+
+/* Hewlett-Packard LD220-HP POS Pole Display */
+#define HP_VENDOR_ID 0x03f0
+#define HP_LD220_PRODUCT_ID 0x3524

--- a/drivers/usb/serial/pl2303.c 2008-12-16 10:40:41.000000000 -0600
+++ b/drivers/usb/serial/pl2303.c 2008-12-16 10:48:09.000000000 -0600
@@ -91,6 +91,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
{ USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) },
{ USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) },
+ { USB_DEVICE(HP_VENDOR_ID, HP_LD220_PRODUCT_ID) },
{ } /* Terminating entry */
};



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/