diff options
author | Martin Gingras <martin.gingras@gmail.com> | 2006-01-09 12:35:41 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-01-31 20:23:38 -0500 |
commit | 838b42814c640ddcc378ba29cd31ffd64fb36bc5 (patch) | |
tree | 927d8a8b13463c6d9a9d5573f80e6eec4b76cda5 /drivers/usb/serial/pl2303.h | |
parent | a001100d8e4bf8ad98663d3ec1b91e4161267937 (diff) |
[PATCH] USB: pl2303: Added support for CA-42 clone cable
Added support for CA-42 clone cable (www.ca-42.com)
Signed-off-by: Martin Gingras <martin.gingras@gmail.com>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 21d434d81813..20914ce42369 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
@@ -64,3 +64,7 @@ | |||
64 | /* Nokia CA-42 Cable */ | 64 | /* Nokia CA-42 Cable */ |
65 | #define NOKIA_CA42_VENDOR_ID 0x078b | 65 | #define NOKIA_CA42_VENDOR_ID 0x078b |
66 | #define NOKIA_CA42_PRODUCT_ID 0x1234 | 66 | #define NOKIA_CA42_PRODUCT_ID 0x1234 |
67 | |||
68 | /* CA-42 CLONE Cable www.ca-42.com chipset: Prolific Technology Inc */ | ||
69 | #define CA_42_CA42_VENDOR_ID 0x10b5 | ||
70 | #define CA_42_CA42_PRODUCT_ID 0xac70 | ||