mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:53:09 +02:00
fix pl2303 backport patch (add missing IDs)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
18ac290be5
commit
9fabfa3c8f
@ -16,7 +16,7 @@ diff -ur linux-2.4.32/drivers/usb/serial/pl2303.c linux-2.4.32.openwrt/drivers/u
|
|||||||
diff -ur linux-2.4.32/drivers/usb/serial/pl2303.h linux-2.4.32.openwrt/drivers/usb/serial/pl2303.h
|
diff -ur linux-2.4.32/drivers/usb/serial/pl2303.h linux-2.4.32.openwrt/drivers/usb/serial/pl2303.h
|
||||||
--- linux-2.4.32/drivers/usb/serial/pl2303.h 2004-02-18 14:36:31.000000000 +0100
|
--- linux-2.4.32/drivers/usb/serial/pl2303.h 2004-02-18 14:36:31.000000000 +0100
|
||||||
+++ linux-2.4.32.openwrt/drivers/usb/serial/pl2303.h 2005-11-18 12:23:38.000000000 +0100
|
+++ linux-2.4.32.openwrt/drivers/usb/serial/pl2303.h 2005-11-18 12:23:38.000000000 +0100
|
||||||
@@ -41,3 +41,18 @@
|
@@ -41,3 +41,21 @@
|
||||||
|
|
||||||
#define SITECOM_VENDOR_ID 0x6189
|
#define SITECOM_VENDOR_ID 0x6189
|
||||||
#define SITECOM_PRODUCT_ID 0x2068
|
#define SITECOM_PRODUCT_ID 0x2068
|
||||||
@ -29,6 +29,9 @@ diff -ur linux-2.4.32/drivers/usb/serial/pl2303.h linux-2.4.32.openwrt/drivers/u
|
|||||||
+#define SAMSUNG_VENDOR_ID 0x04e8
|
+#define SAMSUNG_VENDOR_ID 0x04e8
|
||||||
+#define SAMSUNG_PRODUCT_ID 0x8001
|
+#define SAMSUNG_PRODUCT_ID 0x8001
|
||||||
+
|
+
|
||||||
|
+#define SIEMENS_VENDOR_ID 0x11f5
|
||||||
|
+#define SIEMENS_PRODUCT_ID_X65 0x0003
|
||||||
|
+
|
||||||
+#define SYNTECH_VENDOR_ID 0x0745
|
+#define SYNTECH_VENDOR_ID 0x0745
|
||||||
+#define SYNTECH_PRODUCT_ID 0x0001
|
+#define SYNTECH_PRODUCT_ID 0x0001
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user