diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-04 15:23:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-02-04 15:23:04 +0000 |
commit | 743b84ed564f288bf4251acf803b674541c1ce3c (patch) | |
tree | 2a64dfa482217b4e313cbb5398a0677646a11210 /target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch | |
parent | 6351a51255125f717fae33ff0b2852b0ba3dd551 (diff) |
omap35xx: R.I.P.
It is broken since ~22 months and nobody takes care of that.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch')
-rw-r--r-- | target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch b/target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch deleted file mode 100644 index 3ff9c6beec..0000000000 --- a/target/linux/omap35xx/patches-2.6.36/005-add_cti_usbids.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -urN linux-2.6.36.1.old/drivers/usb/serial/ftdi_sio.c linux-2.6.36.1/drivers/usb/serial/ftdi_sio.c ---- linux-2.6.36.1.old/drivers/usb/serial/ftdi_sio.c 2010-11-22 20:03:49.000000000 +0100 -+++ linux-2.6.36.1/drivers/usb/serial/ftdi_sio.c 2011-03-23 11:23:23.000000000 +0100 -@@ -794,6 +794,9 @@ - { USB_DEVICE(FTDI_VID, FTDI_SCIENCESCOPE_LOGBOOKML_PID) }, - { USB_DEVICE(FTDI_VID, FTDI_SCIENCESCOPE_LS_LOGBOOK_PID) }, - { USB_DEVICE(FTDI_VID, FTDI_SCIENCESCOPE_HS_LOGBOOK_PID) }, -+ /* CTI Devices */ -+ { USB_DEVICE(FTDI_VID, FTDI_CTI_Mini_PID) }, -+ { USB_DEVICE(FTDI_VID, FTDI_CTI_Nano_PID) }, - { }, /* Optional parameter entry */ - { } /* Terminating entry */ - }; -diff -urN linux-2.6.36.1.old/drivers/usb/serial/ftdi_sio_ids.h linux-2.6.36.1/drivers/usb/serial/ftdi_sio_ids.h ---- linux-2.6.36.1.old/drivers/usb/serial/ftdi_sio_ids.h 2010-11-22 20:03:49.000000000 +0100 -+++ linux-2.6.36.1/drivers/usb/serial/ftdi_sio_ids.h 2011-03-23 11:20:57.000000000 +0100 -@@ -1100,3 +1100,7 @@ - #define FTDI_SCIENCESCOPE_LOGBOOKML_PID 0xFF18 - #define FTDI_SCIENCESCOPE_LS_LOGBOOK_PID 0xFF1C - #define FTDI_SCIENCESCOPE_HS_LOGBOOK_PID 0xFF1D -+ -+/* www.cti-lean.com RS485 converter */ -+#define FTDI_CTI_Mini_PID 0xF608 /* USB-485 Mini */ -+#define FTDI_CTI_Nano_PID 0xF60B /* USB-Nano-485 */ |