[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1229459414.4871.91.camel@localhost>
Date: Tue, 16 Dec 2008 14:30:14 -0600
From: Mike Provencher <mike.provencher@...com>
To: greg@...ah.com
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [PATCH] 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@...com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists