aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-18 23:51:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-18 23:51:38 +0000
commit8068dca1167c61365b99514d92031e727e6f283f (patch)
tree2c93f35cae66dff5305527475f6df5f0a4833dc9
parentd11780aab71ca80f6cb9013144a7b7a710bed195 (diff)
downloadupstream-8068dca1167c61365b99514d92031e727e6f283f.tar.gz
upstream-8068dca1167c61365b99514d92031e727e6f283f.tar.bz2
upstream-8068dca1167c61365b99514d92031e727e6f283f.zip
fix pl2303 backport patch (add missing IDs)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2526 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch b/openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch
index 7a6a3da3880..f889ad29641 100644
--- a/openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch
+++ b/openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch
@@ -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
--- 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
-@@ -41,3 +41,18 @@
+@@ -41,3 +41,21 @@
#define SITECOM_VENDOR_ID 0x6189
#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_PRODUCT_ID 0x8001
+
++#define SIEMENS_VENDOR_ID 0x11f5
++#define SIEMENS_PRODUCT_ID_X65 0x0003
++
+#define SYNTECH_VENDOR_ID 0x0745
+#define SYNTECH_PRODUCT_ID 0x0001
+