[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080102101657.GA9380@elte.hu>
Date: Wed, 2 Jan 2008 11:16:57 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Greg Kroah-Hartman <gregkh@...e.de>
Cc: dexter@...ian.org, linux-kernel@...r.kernel.org
Subject: [patch] usb: add support for 4348:5523 WinChipHead USB->RS 232
adapter
Greg,
find the patch from Piotr Roszatycki, submitted to:
http://bugzilla.kernel.org/show_bug.cgi?id=9626
as an email plain-text patch submission below.
Ingo
------------>
Subject: usb: add support for 4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset
From: Piotr Roszatycki <dexter@...ian.org>
add support for:
4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset
[ mingo@...e.hu: merged it and nursed it upstream ]
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
drivers/usb/serial/pl2303.c | 1 +
drivers/usb/serial/pl2303.h | 5 +++++
2 files changed, 6 insertions(+)
Index: linux-x86.q/drivers/usb/serial/pl2303.c
===================================================================
--- linux-x86.q.orig/drivers/usb/serial/pl2303.c
+++ linux-x86.q/drivers/usb/serial/pl2303.c
@@ -87,6 +87,7 @@ static struct usb_device_id id_table []
{ USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_ID) },
{ USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
{ USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) },
+ { USB_DEVICE(HL340_VENDOR_ID, HL340_PRODUCT_ID) },
{ } /* Terminating entry */
};
Index: linux-x86.q/drivers/usb/serial/pl2303.h
===================================================================
--- linux-x86.q.orig/drivers/usb/serial/pl2303.h
+++ linux-x86.q/drivers/usb/serial/pl2303.h
@@ -107,3 +107,8 @@
/* Corega CG-USBRS232R Serial Adapter */
#define COREGA_VENDOR_ID 0x07aa
#define COREGA_PRODUCT_ID 0x002a
+
+/* HL HL-340 (ID: 4348:5523) */
+#define HL340_VENDOR_ID 0x4348
+#define HL340_PRODUCT_ID 0x5523
+
--
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