Created
December 13, 2009 12:52
-
-
Save hktechn0/255404 to your computer and use it in GitHub Desktop.
kernel module patch for IODATA USB-WSIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur linux-source-2.6.30/drivers/usb/serial/pl2303.c linux-source-2.6.30-mod/drivers/usb/serial/pl2303.c | |
--- linux-source-2.6.30/drivers/usb/serial/pl2303.c 2009-12-04 07:22:40.000000000 +0900 | |
+++ linux-source-2.6.30-mod/drivers/usb/serial/pl2303.c 2009-12-12 00:10:37.000000000 +0900 | |
@@ -60,6 +60,7 @@ | |
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MMX) }, | |
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) }, | |
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, | |
+ { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_UWSIM) }, | |
{ USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) }, | |
{ USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, | |
{ USB_DEVICE(ATEN_VENDOR_ID2, ATEN_PRODUCT_ID) }, | |
diff -ur linux-source-2.6.30/drivers/usb/serial/pl2303.h linux-source-2.6.30-mod/drivers/usb/serial/pl2303.h | |
--- linux-source-2.6.30/drivers/usb/serial/pl2303.h 2009-06-10 12:05:27.000000000 +0900 | |
+++ linux-source-2.6.30-mod/drivers/usb/serial/pl2303.h 2009-12-12 00:10:59.000000000 +0900 | |
@@ -28,6 +28,7 @@ | |
#define IODATA_VENDOR_ID 0x04bb | |
#define IODATA_PRODUCT_ID 0x0a03 | |
#define IODATA_PRODUCT_ID_RSAQ5 0x0a0e | |
+#define IODATA_PRODUCT_ID_UWSIM 0x0940 | |
#define ELCOM_VENDOR_ID 0x056e | |
#define ELCOM_PRODUCT_ID 0x5003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment