All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pl2303: add id for Hewlett-Packard LD220-HP POS pole display
@ 2008-12-16 20:30 Mike Provencher
  0 siblings, 0 replies; only message in thread
From: Mike Provencher @ 2008-12-16 20:30 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, linux-usb

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>

 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 */
 };




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-16 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 20:30 [PATCH] pl2303: add id for Hewlett-Packard LD220-HP POS pole display Mike Provencher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.