[kernel] r14133 - in dists/trunk/linux-2.6/debian: . config config/arm config/armel
Maximilian Attems
maks at alioth.debian.org
Mon Aug 17 09:01:17 UTC 2009
Author: maks
Date: Mon Aug 17 09:01:13 2009
New Revision: 14133
Log:
topconfig disable old USB_DEVICE_CLASS
needed for persistent dev naming for udev.
nuked dup definitions.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/arm/config.orion5x
dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Mon Aug 17 03:49:10 2009 (r14132)
+++ dists/trunk/linux-2.6/debian/changelog Mon Aug 17 09:01:13 2009 (r14133)
@@ -39,6 +39,7 @@
* Cleanup Maintainer scripts from ancient pre linux-2.6 assumptions.
* Disable DEVKMEM.
* [ppc, sparc] Enable EFI_PARTITION. (closes: #540486)
+ * Disable old USB_DEVICE_CLASS.
[ Ben Hutchings ]
* mga: remove unnecessary change from firmware-loading patch
Modified: dists/trunk/linux-2.6/debian/config/arm/config.orion5x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.orion5x Mon Aug 17 03:49:10 2009 (r14132)
+++ dists/trunk/linux-2.6/debian/config/arm/config.orion5x Mon Aug 17 09:01:13 2009 (r14133)
@@ -462,7 +462,6 @@
## file: drivers/usb/core/Kconfig
##
CONFIG_USB_DEVICEFS=y
-CONFIG_USB_DEVICE_CLASS=y
##
## file: drivers/usb/host/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/armel/config.kirkwood
==============================================================================
--- dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Mon Aug 17 03:49:10 2009 (r14132)
+++ dists/trunk/linux-2.6/debian/config/armel/config.kirkwood Mon Aug 17 09:01:13 2009 (r14133)
@@ -481,7 +481,6 @@
## file: drivers/usb/core/Kconfig
##
CONFIG_USB_DEVICEFS=y
-CONFIG_USB_DEVICE_CLASS=y
##
## file: drivers/usb/host/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config Mon Aug 17 03:49:10 2009 (r14132)
+++ dists/trunk/linux-2.6/debian/config/config Mon Aug 17 09:01:13 2009 (r14133)
@@ -2011,7 +2011,7 @@
## file: drivers/usb/core/Kconfig
##
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
-CONFIG_USB_DEVICE_CLASS=y
+# CONFIG_USB_DEVICE_CLASS is not set
##
## file: drivers/usb/gadget/Kconfig
More information about the Kernel-svn-changes
mailing list