Author: tbm Date: Sat Apr 28 09:04:43 2007 New Revision: 8525 Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx dists/trunk/linux-2.6/debian/changelog Log: 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.
Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx Sat Apr 28 09:04:43 2007 @@ -1543,6 +1543,7 @@ 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 Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Sat Apr 28 09:04:43 2007 @@ -4,6 +4,7 @@ * 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 <[EMAIL PROTECTED]> Sat, 28 Apr 2007 09:37:04 +0200 _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

