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 <[EMAIL PROTECTED]> add support for: 4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset [ [EMAIL PROTECTED]: merged it and nursed it upstream ] Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> --- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/