public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] New product ID for pl2303.ko (USB serial device)
@ 2012-03-19 14:49 nico
  2012-03-20 14:01 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: nico @ 2012-03-19 14:49 UTC (permalink / raw)
  To: linux-kernel

   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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-20 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 14:49 [PATCH] New product ID for pl2303.ko (USB serial device) nico
2012-03-20 14:01 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox