[kernel] r12957 - in dists/trunk/linux-2.6/debian/config: . alpha amd64 hppa i386 ia64 mips mipsel powerpc sparc
Maximilian Attems
maks at alioth.debian.org
Sun Mar 1 18:22:28 UTC 2009
Author: maks
Date: Sun Mar 1 18:22:24 2009
New Revision: 12957
Log:
topconfig set USB_HIDDEV
sparc has no business in turning it off,
leave it unset in footbridge - maybe intentional there.
thus nuked dup definitions.
Reported-by: Martin Michlmayr <tbm at cyrius.com>
Modified:
dists/trunk/linux-2.6/debian/config/alpha/config
dists/trunk/linux-2.6/debian/config/amd64/config
dists/trunk/linux-2.6/debian/config/config
dists/trunk/linux-2.6/debian/config/hppa/config
dists/trunk/linux-2.6/debian/config/i386/config
dists/trunk/linux-2.6/debian/config/ia64/config
dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
dists/trunk/linux-2.6/debian/config/powerpc/config
dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
Modified: dists/trunk/linux-2.6/debian/config/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/alpha/config (original)
+++ dists/trunk/linux-2.6/debian/config/alpha/config Sun Mar 1 18:22:24 2009
@@ -213,7 +213,6 @@
## file: drivers/hid/usbhid/Kconfig
##
CONFIG_USB_HID=m
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config (original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config Sun Mar 1 18:22:24 2009
@@ -397,7 +397,6 @@
##
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT_POWERBOOK=y
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
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 Sun Mar 1 18:22:24 2009
@@ -306,6 +306,7 @@
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
CONFIG_HID_FF=y
CONFIG_HID_PID=y
+CONFIG_USB_HIDDEV=y
CONFIG_LOGITECH_FF=y
CONFIG_LOGIRUMBLEPAD2_FF=y
CONFIG_PANTHERLORD_FF=y
Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config (original)
+++ dists/trunk/linux-2.6/debian/config/hppa/config Sun Mar 1 18:22:24 2009
@@ -84,7 +84,6 @@
## file: drivers/hid/usbhid/Kconfig
##
CONFIG_USB_HID=m
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config (original)
+++ dists/trunk/linux-2.6/debian/config/i386/config Sun Mar 1 18:22:24 2009
@@ -487,7 +487,6 @@
##
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT_POWERBOOK=y
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config (original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config Sun Mar 1 18:22:24 2009
@@ -165,7 +165,6 @@
# CONFIG_HID_PID is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_THRUSTMASTER_FF is not set
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta Sun Mar 1 18:22:24 2009
@@ -277,7 +277,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta Sun Mar 1 18:22:24 2009
@@ -271,7 +271,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32 Sun Mar 1 18:22:24 2009
@@ -148,7 +148,6 @@
##
## file: drivers/hid/usbhid/Kconfig
##
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a Sun Mar 1 18:22:24 2009
@@ -196,7 +196,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b (original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b Sun Mar 1 18:22:24 2009
@@ -197,7 +197,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta Sun Mar 1 18:22:24 2009
@@ -276,7 +276,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta Sun Mar 1 18:22:24 2009
@@ -270,7 +270,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
CONFIG_USB_KBD=m
CONFIG_USB_MOUSE=m
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a Sun Mar 1 18:22:24 2009
@@ -196,7 +196,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b (original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b Sun Mar 1 18:22:24 2009
@@ -196,7 +196,6 @@
##
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
-CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
Modified: dists/trunk/linux-2.6/debian/config/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config (original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config Sun Mar 1 18:22:24 2009
@@ -186,7 +186,6 @@
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT_POWERBOOK=y
CONFIG_THRUSTMASTER_FF=y
-CONFIG_USB_HIDDEV=y
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64 (original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64 Sun Mar 1 18:22:24 2009
@@ -46,7 +46,6 @@
## file: drivers/hid/usbhid/Kconfig
##
CONFIG_USB_HID=y
-# CONFIG_USB_HIDDEV is not set
##
## file: drivers/hwmon/Kconfig
Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp (original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp Sun Mar 1 18:22:24 2009
@@ -48,7 +48,6 @@
## file: drivers/hid/usbhid/Kconfig
##
CONFIG_USB_HID=y
-# CONFIG_USB_HIDDEV is not set
##
## file: drivers/hwmon/Kconfig
More information about the Kernel-svn-changes
mailing list