* [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
* Re: [PATCH] New product ID for pl2303.ko (USB serial device)
2012-03-19 14:49 [PATCH] New product ID for pl2303.ko (USB serial device) nico
@ 2012-03-20 14:01 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-03-20 14:01 UTC (permalink / raw)
To: nico; +Cc: linux-kernel
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
^ 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