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

Commit 68e110a0 authored by Robert Spanton's avatar Robert Spanton Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: PL2303: CA-42 Phone cable



This patch adds the product ID and vendor ID for a Nokia CA-42 USB cable
to the list of devices handled by the pl2303 driver. The patch is
against 2.6.13.

Signed-off-by: default avatarRobert Spanton <rds204@zepler.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 155faf5e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ static struct usb_device_id id_table [] = {
	{ USB_DEVICE(SAMSUNG_VENDOR_ID, SAMSUNG_PRODUCT_ID) },
	{ USB_DEVICE(SIEMENS_VENDOR_ID, SIEMENS_PRODUCT_ID_X65) },
	{ USB_DEVICE(SYNTECH_VENDOR_ID, SYNTECH_PRODUCT_ID) },
	{ USB_DEVICE( NOKIA_CA42_VENDOR_ID, NOKIA_CA42_PRODUCT_ID ) },
	{ }					/* Terminating entry */
};

+4 −0
Original line number Diff line number Diff line
@@ -58,3 +58,7 @@

#define SYNTECH_VENDOR_ID	0x0745
#define SYNTECH_PRODUCT_ID	0x0001

/* Nokia CA-42 Cable */
#define NOKIA_CA42_VENDOR_ID	0x078b
#define NOKIA_CA42_PRODUCT_ID	0x1234