USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to Y
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 21 May 2010 21:08:21 +0000 (17:08 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:34 +0000 (14:35 -0700)
commit37cd681c022a0a46ebcff025897a57457d3ca8cd
tree7da9657b987d15996c5183d45ed5d7f613e586fe
parent89b54397909dd1d76737b65f682d2aae0781a33c
USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to Y

This patch (as1382) changes the USB_EHCI_TT_NEWSCHED Kconfig option to
be non-experimental and to default to Y.  This option has existed for
a long time, and I have not heard any complaints concerning it.  By
contrast, several people have reported that their devices could be
made to work only by enabling the option.

The point of changing the default is to cause the option to be enabled
by distros that simply use the default settings for esoteric things
like this.

This change was motivated by Bugzilla #15649.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/Kconfig