set CONFIG_USB_EHCI_TT_NEWSCHED since it was requested in

http://lists.debian.org/debian-arm/2007/01/msg00084.html.  Let's see whether
it works.

svn path=/dists/trunk/linux-2.6/; revision=8525
This commit is contained in:
Martin Michlmayr 2007-04-28 09:04:43 +00:00
parent 343a648a42
commit b023a2a707
2 changed files with 2 additions and 0 deletions

View File

@ -1543,6 +1543,7 @@ CONFIG_USB_DEVICEFS=y
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_SPLIT_ISO=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_ISP116X_HCD=m
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_BIG_ENDIAN is not set

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ linux-2.6 (2.6.21-1) UNRELEASED; urgency=low
* arm/iop32x: Don't build CONFIG_ATA into the kernel.
* arm/ixp4xx: Enable more SATA drivers.
* arm/ixp4xx: Enable PATA_ARTOP which is needed by the nas100d.
* arm/ixp4xx: Set CONFIG_USB_EHCI_TT_NEWSCHED.
-- Martin Michlmayr <tbm@cyrius.com> Sat, 28 Apr 2007 09:37:04 +0200