From b023a2a707babcc59597f9ca267940d15a7dc6ee Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Sat, 28 Apr 2007 09:04:43 +0000 Subject: [PATCH] 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 --- debian/arch/arm/config.ixp4xx | 1 + debian/changelog | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/arch/arm/config.ixp4xx b/debian/arch/arm/config.ixp4xx index 37056a5f3..8f67ed865 100644 --- a/debian/arch/arm/config.ixp4xx +++ b/debian/arch/arm/config.ixp4xx @@ -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 diff --git a/debian/changelog b/debian/changelog index 4ae51ff18..69dcaba45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 28 Apr 2007 09:37:04 +0200