summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/patches-2.6.25/301-usb_support.patch
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2009-10-02 08:07:39 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2009-10-02 08:07:39 +0000
commitb88e08839a8f61f2c9829ba6c9e37b4d60b84b62 (patch)
tree70599f9b61f46047bae7a561b8a0ba2a75fb3402 /target/linux/etrax/patches-2.6.25/301-usb_support.patch
parentf82630617944fa6b4dc05b4035d6bfa457d2b64c (diff)
downloadmaster-31e0f0ae-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.gz
master-31e0f0ae-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.tar.bz2
master-31e0f0ae-b88e08839a8f61f2c9829ba6c9e37b4d60b84b62.zip
dump 2.6.25 support
SVN-Revision: 17816
Diffstat (limited to 'target/linux/etrax/patches-2.6.25/301-usb_support.patch')
-rw-r--r--target/linux/etrax/patches-2.6.25/301-usb_support.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/etrax/patches-2.6.25/301-usb_support.patch b/target/linux/etrax/patches-2.6.25/301-usb_support.patch
deleted file mode 100644
index a1c2830040..0000000000
--- a/target/linux/etrax/patches-2.6.25/301-usb_support.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur linux-2.6.26/drivers/usb/host/Makefile os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/host/Makefile
---- linux-2.6.26/drivers/usb/host/Makefile 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/host/Makefile 2008-08-21 10:39:44.000000000 +0200
-@@ -16,6 +16,7 @@
- obj-$(CONFIG_USB_UHCI_HCD) += uhci-hcd.o
- obj-$(CONFIG_USB_SL811_HCD) += sl811-hcd.o
- obj-$(CONFIG_USB_SL811_CS) += sl811_cs.o
-+obj-$(CONFIG_ETRAX_ARCH_V10) += hc-crisv10.o
- obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o
- obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
- obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o
-diff -Naur linux-2.6.26/drivers/usb/Kconfig os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Kconfig
---- linux-2.6.26/drivers/usb/Kconfig 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Kconfig 2008-06-10 11:18:30.000000000 +0200
-@@ -21,6 +21,7 @@
- default y if USB_ARCH_HAS_EHCI
- default y if PCMCIA && !M32R # sl811_cs
- default y if ARM # SL-811
-+ default y if ETRAXFS
- default y if SUPERH # r8a66597-hcd
- default PCI
-
-diff -Naur linux-2.6.26/drivers/usb/Makefile os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Makefile
---- linux-2.6.26/drivers/usb/Makefile 2008-07-13 23:51:29.000000000 +0200
-+++ os/linux-2.6-tag--devboard-R2_20-5/drivers/usb/Makefile 2008-10-01 10:56:43.000000000 +0200
-@@ -16,6 +16,7 @@
- obj-$(CONFIG_USB_SL811_HCD) += host/
- obj-$(CONFIG_USB_U132_HCD) += host/
- obj-$(CONFIG_USB_R8A66597_HCD) += host/
-+obj-$(CONFIG_ETRAX_USB_HOST) += host/
-
- obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
-