diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 18:21:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 18:21:12 +0200 |
commit | 0776cdbf335240a1b2a1eec89cabf912d40a01b5 (patch) | |
tree | 93a04ea02bc64bc327d3aebde20c252225b21332 /target/linux/patches/3.11.10/usb-defaults-off.patch | |
parent | 11616aa25b1e2c9b131c408ceb219ae059f093dd (diff) |
bump lts kernels, add yaffs2 kernel patch
Diffstat (limited to 'target/linux/patches/3.11.10/usb-defaults-off.patch')
-rw-r--r-- | target/linux/patches/3.11.10/usb-defaults-off.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/patches/3.11.10/usb-defaults-off.patch b/target/linux/patches/3.11.10/usb-defaults-off.patch deleted file mode 100644 index 54dff2bd4..000000000 --- a/target/linux/patches/3.11.10/usb-defaults-off.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 || USB_CHIPIDEA_HOST -+ default n - ---help--- - Some EHCI chips have vendor-specific extensions to integrate - transaction translators, so that no OHCI or UHCI companion -@@ -78,7 +79,7 @@ - config USB_EHCI_TT_NEWSCHED - bool "Improved Transaction Translator scheduling" - depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST -- default y -+ default n - ---help--- - This changes the periodic scheduling code to fill more of the low - and full speed bandwidth available from the Transaction Translator |