[kernel: 3/3] Disable CONFIG_USB_DEVICEFS (Deprecated).

Dave Jones davej at fedoraproject.org
Tue Feb 28 20:43:29 UTC 2012


commit 18bb3c2c935e1af5ed27b66077bd9f9a2ce7d73d
Author: Dave Jones <davej at redhat.com>
Date:   Tue Feb 28 15:42:00 2012 -0500

    Disable CONFIG_USB_DEVICEFS (Deprecated).

 config-generic |    5 ++++-
 kernel.spec    |    3 +++
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/config-generic b/config-generic
index ee3e39b..4bbf1c6 100644
--- a/config-generic
+++ b/config-generic
@@ -3022,7 +3022,10 @@ CONFIG_USB_SUPPORT=y
 #
 # Miscellaneous USB options
 #
-CONFIG_USB_DEVICEFS=y
+
+# Deprecated.
+# CONFIG_USB_DEVICEFS is not set
+
 # CONFIG_USB_DYNAMIC_MINORS is not set
 CONFIG_USB_SUSPEND=y
 
diff --git a/kernel.spec b/kernel.spec
index feb8413..5523852 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2370,6 +2370,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Tue Feb 28 2012 Dave Jones <davej at redhat.com>
+- Disable CONFIG_USB_DEVICEFS (Deprecated).
+
 * Tue Feb 28 2012 Justin M. Forbes <jforbes at redhat.com> 
 - CVE-2012-1090 CIFS: fix dentry refcount leak when opening a FIFO on lookup (rhbz 798296)
 


More information about the scm-commits mailing list