From cc311ee7d29d96f0bf15599f4456012d6f5ea23c Mon Sep 17 00:00:00 2001 From: Damien Stuart Date: Sun, 6 Jan 2008 13:51:39 -0500 Subject: USB: Adding YC Cable USB Serial device to pl2303 This simply adds the "YC Cable" as a vendor and its pl2303-based USB<->Serial adapter as a product. This particular adapter is sold by Radio Shack. I've done limited testing on a few different systems with no issues. Cc: stable Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/pl2303.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/usb/serial/pl2303.h') diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index 226997d7cda..f1f67bd2037 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -112,3 +112,6 @@ #define HL340_VENDOR_ID 0x4348 #define HL340_PRODUCT_ID 0x5523 +/* Y.C. Cable U.S.A., Inc - USB to RS-232 */ +#define YCCABLE_VENDOR_ID 0x05ad +#define YCCABLE_PRODUCT_ID 0x0fba -- cgit v1.2.3