diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-18 23:51:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-18 23:51:38 +0000 |
commit | 9fabfa3c8fbd52cc17df863d3ee96a219d0757ee (patch) | |
tree | 2c93f35cae66dff5305527475f6df5f0a4833dc9 /openwrt/target/linux | |
parent | 18ac290be576e612a3ac6c3268507b3b4912ecca (diff) |
fix pl2303 backport patch (add missing IDs)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2526 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/linux-2.4/patches/generic/202-pl2303_backport.patch | 5 |
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 7a6a3da388..f889ad2964 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 + |