[PATCH] New product ID for pl2303.ko (USB serial device)

March 19th, 2012 - 10:10 am ET by nico | Report spam
Please add a new product ID to drivers/usb/serial/pl2303.h and pl2303.c.
It works fine on Linux 2.6.32 (Ubuntu 10.04.4 LTS).


pl2303.c.org 2012-02-14 06:46:49.000000000 +0900
+++ pl2303.c 2012-03-17 14:22:18.844699349 +0900
@@ -63,6 +63,7 @@
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MOTOROLA) },
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) },
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) },
+ { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_WSIM) },
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) },
{ USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) },
{ USB_DEVICE(ELCOM_VENDOR_ID, ELCOM_PRODUCT_ID) },


pl2303.h.org 2012-02-14 06:46:49.000000000 +0900
+++ pl2303.h 2012-03-17 14:23:30.044700076 +0900
@@ -30,6 +30,7 @@
#define IODATA_VENDOR_ID 0x04bb
#define IODATA_PRODUCT_ID 0x0a03
#define IODATA_PRODUCT_ID_RSAQ5 0x0a0e
+#define IODATA_PRODUCT_ID_WSIM 0x0940

#define ELCOM_VENDOR_ID 0x056e
#define ELCOM_PRODUCT_ID 0x5003
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussionReplies 1 replyReplies Make a reply

Similar topics

Replies

#1 Greg KH
March 20th, 2012 - 09:10 am ET | Report spam
On Mon, Mar 19, 2012 at 11:49:49PM +0900, nico wrote:
Please add a new product ID to drivers/usb/serial/pl2303.h and pl2303.c.
It works fine on Linux 2.6.32 (Ubuntu 10.04.4 LTS).



Can you redo this patch on the 3.3 kernel tree, and resend it, after
reading Documentation/SubmittingPatches and running the patch through
the scripts/checkpatch.pl tool?

Also be sure to properly cc: the needed people (i.e. in this case, me.)

thanks,

greg k-h
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussion Replies Reply to this message
Help Create a new topicReplies Make a reply
Search Make your own search