[kernel] r10379 - in dists/trunk/linux-2.6/debian: . config
Maximilian Attems
maks at alioth.debian.org
Sat Feb 2 13:59:57 UTC 2008
Author: maks
Date: Sat Feb 2 13:51:52 2008
New Revision: 10379
Log:
topconfig enable USB_ANNOUNCE_NEW_DEVICES
boils down to a printk when a device gets added,
makes sense to have the info, see
f2a383e4de50ad9c03676e57703a97d081798e55
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Sat Feb 2 13:51:52 2008
@@ -16,7 +16,7 @@
ENC28J60, R6040, CAN, NETFILTER_XT_MATCH_OWNER, MAC80211_RC_DEFAULT_PI,
NETFILTER_XT_TARGET_RATEEST, NETFILTER_XT_TARGET_TCPOPTSTRIP,
NETFILTER_XT_MATCH_IPRANGE, NETFILTER_XT_MATCH_RATEEST, SND_OXYGEN,
- SND_HIFIER, SND_VIRTUOSO, USB_NET_RNDIS_WLAN.
+ SND_HIFIER, SND_VIRTUOSO, USB_NET_RNDIS_WLAN, USB_ANNOUNCE_NEW_DEVICES.
* [amd64] Enable CRYPTO_SALSA20_X86_64.
* [amd64, i386]: Enable LATENCYTOP.
* topconfig disable PARPORT_PC_FIFO due to instabilities.
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config (original)
+++ dists/trunk/linux-2.6/debian/config/config Sat Feb 2 13:51:52 2008
@@ -1688,6 +1688,7 @@
# USB HID Boot Protocol drivers
#
CONFIG_USB_SUPPORT=y
+CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
More information about the Kernel-svn-changes
mailing list