diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-27 20:05:39 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-27 20:05:39 +0000 |
commit | 0af43078601691160247ed95effd8aeac24a9b3a (patch) | |
tree | 4d2bd55d4f477a1f412ea09aafbc792807461b1e | |
parent | 98d77709be8d55832ee273be0807a2ba0cb4cd5a (diff) | |
download | master-187ad058-0af43078601691160247ed95effd8aeac24a9b3a.tar.gz master-187ad058-0af43078601691160247ed95effd8aeac24a9b3a.tar.bz2 master-187ad058-0af43078601691160247ed95effd8aeac24a9b3a.zip |
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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33574 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |