disable CONFIG_USB_BANDWIDTH

svn path=/dists/trunk/linux-2.6/; revision=5101
This commit is contained in:
maximilian attems 2005-12-27 19:56:17 +00:00
parent 6ef4b1e319
commit 770de81271
6 changed files with 7 additions and 6 deletions

View File

@ -1442,7 +1442,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_EHCI_HCD=m

View File

@ -1374,7 +1374,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_EHCI_HCD=m

View File

@ -1627,7 +1627,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set

View File

@ -1121,7 +1121,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set

View File

@ -1005,7 +1005,7 @@ CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_BANDWIDTH is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set

3
debian/changelog vendored
View File

@ -9,6 +9,7 @@ linux-2.6 (2.6.14+2.6.15-rc7-0experimental.1) UNRELEASED; urgency=low
[ maximilian attems ]
* Drop modular-ide.patch, nacked by ide upstream. Prevents udev to load
ide-generic and those successfull boots with initramfs-tools.
* Disable CONFIG_USB_BANDWIDTH, causes major trouble for alsa usb cards.
[ Norbert Tretkowski ]
* [alpha] Removed conflict with initramfs-tools, thanks vorlon for finding
@ -38,7 +39,7 @@ linux-2.6 (2.6.14+2.6.15-rc7-0experimental.1) UNRELEASED; urgency=low
* [arm] Compile ext3 support into the kernel on Footbridge.
* [arm] Turn on CONFIG_SERIAL_8250 support on Footbridge.
-- Frederik Schüler <fs@debian.org> Sun, 25 Dec 2005 13:20:17 +0100
-- maximilian attems <maks@sternwelten.at> Tue, 27 Dec 2005 20:54:07 +0100
linux-2.6 (2.6.14+2.6.15-rc5-0experimental.1) experimental; urgency=low