From a0df3fa315dd3480cbfd709ae690dd8b2b02be36 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 27 Sep 2012 20:05:39 +0000
Subject: [PATCH] generic: enable CONFIG_USB_EHCI_TT_NEWSCHED

This feature was experimental in old kernels but
that flag has been removed in 2.6.36. Additionally,
the option is enabled by default since then.

See: http://www.spinics.net/lists/linux-usb/msg31993.html

SVN-Revision: 33574
---
 target/linux/generic/config-3.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index fa20b748ac..abf499ff26 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -3013,7 +3013,7 @@ CONFIG_USB_DEVICEFS=y
 # CONFIG_USB_EHCI_MV is not set
 # CONFIG_USB_EHCI_HCD_PPC_OF is not set
 CONFIG_USB_EHCI_ROOT_HUB_TT=y
-# CONFIG_USB_EHCI_TT_NEWSCHED is not set
+CONFIG_USB_EHCI_TT_NEWSCHED=y
 # CONFIG_USB_EMI26 is not set
 # CONFIG_USB_EMI62 is not set
 # CONFIG_USB_ENESTORAGE is not set
-- 
GitLab