From 002e8f2c80c6be76bb312940bc278fc10b2b2487 Mon Sep 17 00:00:00 2001 From: Piotr Roszatycki Date: Wed, 2 Jan 2008 11:16:57 +0100 Subject: USB: add support for 4348:5523 WinChipHead USB->RS 232 adapter add support for: 4348:5523 WinChipHead USB->RS 232 adapter with Prolifec PL 2303 chipset [ mingo@elte.hu: merged it and nursed it upstream ] Cc: stable Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/pl2303.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'drivers/usb/serial/pl2303.h') diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index d31f5d29998..226997d7cda 100644 --- a/drivers/usb/serial/pl2303.h +++ b/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 + -- cgit v1.2.3