diff options
author | Piotr Roszatycki <dexter@debian.org> | 2008-01-02 05:16:57 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 17:34:43 -0500 |
commit | 002e8f2c80c6be76bb312940bc278fc10b2b2487 (patch) | |
tree | 808c2e62f61a999f1d732580c332109aea44e038 /drivers/usb/serial/pl2303.h | |
parent | 5de8b3acda2d03f8aeb21b5a267645088718c356 (diff) |
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 <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/pl2303.h')
-rw-r--r-- | drivers/usb/serial/pl2303.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index d31f5d299989..226997d7cda8 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -107,3 +107,8 @@ | |||
107 | /* Corega CG-USBRS232R Serial Adapter */ | 107 | /* Corega CG-USBRS232R Serial Adapter */ |
108 | #define COREGA_VENDOR_ID 0x07aa | 108 | #define COREGA_VENDOR_ID 0x07aa |
109 | #define COREGA_PRODUCT_ID 0x002a | 109 | #define COREGA_PRODUCT_ID 0x002a |
110 | |||
111 | /* HL HL-340 (ID: 4348:5523) */ | ||
112 | #define HL340_VENDOR_ID 0x4348 | ||
113 | #define HL340_PRODUCT_ID 0x5523 | ||
114 | |||