diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-17 15:22:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-17 15:22:12 +0000 |
commit | 022d0c92bdb06d1044367e67311e7f5a317f8dbc (patch) | |
tree | 32bfbdd87ca0930ef5e7329381fb2b1641818f80 /target/linux/generic-2.4/patches/802-merlin_xu870.patch | |
parent | ee57bac5350a7e40f93b731c521f4a7c6ae91b18 (diff) | |
download | upstream-022d0c92bdb06d1044367e67311e7f5a317f8dbc.tar.gz upstream-022d0c92bdb06d1044367e67311e7f5a317f8dbc.tar.bz2 upstream-022d0c92bdb06d1044367e67311e7f5a317f8dbc.zip |
merge 3G usb serial card patches and move it at 802
SVN-Revision: 8827
Diffstat (limited to 'target/linux/generic-2.4/patches/802-merlin_xu870.patch')
-rw-r--r-- | target/linux/generic-2.4/patches/802-merlin_xu870.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/generic-2.4/patches/802-merlin_xu870.patch b/target/linux/generic-2.4/patches/802-merlin_xu870.patch deleted file mode 100644 index cea718f971..0000000000 --- a/target/linux/generic-2.4/patches/802-merlin_xu870.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- linux-2.4.34/drivers/usb/serial/usbserial.c 2007-09-07 19:15:58.000000000 +0200 -+++ linux-2.4.34.new/drivers/usb/serial/usbserial.c 2007-09-09 20:19:21.000000000 +0200 -@@ -1860,6 +1860,10 @@ - generic_device_ids[6].idVendor = 0x1199; - generic_device_ids[6].idProduct = 0x6820; - generic_device_ids[6].match_flags = USB_DEVICE_ID_MATCH_VENDOR | USB_DEVICE_ID_MATCH_PRODUCT; -+ /* Merlin XU870 */ -+ generic_device_ids[7].idVendor = 0x1410; -+ generic_device_ids[7].idProduct = 0x1430; -+ generic_device_ids[7].match_flags = USB_DEVICE_ID_MATCH_VENDOR | USB_DEVICE_ID_MATCH_PRODUCT; - /* register our generic driver with ourselves */ - usb_serial_register (&generic_device); - #endif |