Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838b4281 authored by Martin Gingras's avatar Martin Gingras Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: pl2303: Added support for CA-42 clone cable



Added support for CA-42 clone cable (www.ca-42.com)

Signed-off-by: default avatarMartin Gingras <martin.gingras@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent a001100d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ static struct usb_device_id id_table [] = {
	{ USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X75) },
	{ USB_DEVICE(SYNTECH_VENDOR_ID, SYNTECH_PRODUCT_ID) },
	{ USB_DEVICE(NOKIA_CA42_VENDOR_ID, NOKIA_CA42_PRODUCT_ID ) },
	{ USB_DEVICE(CA_42_CA42_VENDOR_ID, CA_42_CA42_PRODUCT_ID ) },
	{ }					/* Terminating entry */
};

+4 −0
Original line number Diff line number Diff line
@@ -64,3 +64,7 @@
/* Nokia CA-42 Cable */
#define NOKIA_CA42_VENDOR_ID	0x078b
#define NOKIA_CA42_PRODUCT_ID	0x1234

/* CA-42 CLONE Cable www.ca-42.com chipset: Prolific Technology Inc */
#define CA_42_CA42_VENDOR_ID	0x10b5
#define CA_42_CA42_PRODUCT_ID	0xac70