diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-30 08:31:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-30 08:31:11 +0200 |
commit | b38a0757ffce4d386da2dca798cc04b21c47a876 (patch) | |
tree | d5b61eea86a9f47b40be4acda427da04e492c646 /target/linux/patches/3.5 | |
parent | 42dd254f5937274f164a5a7c5fb3c1f80e38e7af (diff) |
update patches for 3.5
Diffstat (limited to 'target/linux/patches/3.5')
-rw-r--r-- | target/linux/patches/3.5/sparc-include.patch | 11 | ||||
-rw-r--r-- | target/linux/patches/3.5/usb-defaults-off.patch | 26 |
2 files changed, 7 insertions, 30 deletions
diff --git a/target/linux/patches/3.5/sparc-include.patch b/target/linux/patches/3.5/sparc-include.patch deleted file mode 100644 index 2f8ffd061..000000000 --- a/target/linux/patches/3.5/sparc-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur linux-2.6.39-rc7.orig/arch/sparc/boot/btfixupprep.c linux-2.6.39-rc7/arch/sparc/boot/btfixupprep.c ---- linux-2.6.39-rc7.orig/arch/sparc/boot/btfixupprep.c 2011-05-10 04:33:54.000000000 +0200 -+++ linux-2.6.39-rc7/arch/sparc/boot/btfixupprep.c 2011-05-21 13:34:40.000000000 +0200 -@@ -25,7 +25,6 @@ - #include <errno.h> - #include <unistd.h> - #include <stdlib.h> --#include <malloc.h> - - #define MAXSYMS 1024 - diff --git a/target/linux/patches/3.5/usb-defaults-off.patch b/target/linux/patches/3.5/usb-defaults-off.patch index 31367108a..54dff2bd4 100644 --- a/target/linux/patches/3.5/usb-defaults-off.patch +++ b/target/linux/patches/3.5/usb-defaults-off.patch @@ -1,30 +1,18 @@ -diff -Nur linux-2.6.37.orig//drivers/usb/core/Kconfig linux-2.6.37/drivers/usb/core/Kconfig ---- linux-2.6.37.orig//drivers/usb/core/Kconfig 2011-01-05 01:50:19.000000000 +0100 -+++ linux-2.6.37/drivers/usb/core/Kconfig 2011-04-12 19:04:23.000000000 +0200 -@@ -59,7 +59,7 @@ - config USB_DEVICE_CLASS - bool "USB device class-devices (DEPRECATED)" - depends on USB -- default y -+ default n - ---help--- - Userspace access to USB devices is granted by device-nodes exported - directly from the usbdev in sysfs. Old versions of the driver -diff -Nur linux-2.6.37.orig//drivers/usb/host/Kconfig linux-2.6.37/drivers/usb/host/Kconfig ---- linux-2.6.37.orig//drivers/usb/host/Kconfig 2011-01-05 01:50:19.000000000 +0100 -+++ linux-2.6.37/drivers/usb/host/Kconfig 2011-04-12 19:04:48.000000000 +0200 -@@ -62,6 +62,7 @@ +diff -Nur linux-3.5.orig//drivers/usb/host/Kconfig linux-3.5/drivers/usb/host/Kconfig +--- linux-3.5.orig//drivers/usb/host/Kconfig 2012-07-21 22:58:29.000000000 +0200 ++++ linux-3.5/drivers/usb/host/Kconfig 2012-07-29 11:59:56.000000000 +0200 +@@ -66,6 +66,7 @@ config USB_EHCI_ROOT_HUB_TT bool "Root Hub Transaction Translators" - depends on USB_EHCI_HCD + depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST + default n ---help--- Some EHCI chips have vendor-specific extensions to integrate transaction translators, so that no OHCI or UHCI companion -@@ -74,7 +75,7 @@ +@@ -78,7 +79,7 @@ config USB_EHCI_TT_NEWSCHED bool "Improved Transaction Translator scheduling" - depends on USB_EHCI_HCD + depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST - default y + default n ---help--- |