The patch titled
mac68k: remove dead MAC_ADBKEYCODES
has been added to the -mm tree. Its filename is
mac68k-remove-dead-mac_adbkeycodes.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: mac68k: remove dead MAC_ADBKEYCODES
From: Stanislav Brabec <[EMAIL PROTECTED]>
It seems, that current kernel source code contains no traces of
MAC_ADBKEYCODES and no reference to keyboard_sends_linux_keycodes any more.
Remove them from configuration files.
Signed-off-by: Stanislav Brabec <[EMAIL PROTECTED]>
Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
Cc: Roman Zippel <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/m68k/Kconfig | 14 --------------
arch/m68k/configs/mac_defconfig | 1 -
2 files changed, 15 deletions(-)
diff -puN arch/m68k/Kconfig~mac68k-remove-dead-mac_adbkeycodes arch/m68k/Kconfig
--- a/arch/m68k/Kconfig~mac68k-remove-dead-mac_adbkeycodes
+++ a/arch/m68k/Kconfig
@@ -582,20 +582,6 @@ config MAC_HID
depends on INPUT_ADBHID
default y
-config MAC_ADBKEYCODES
- bool "Support for ADB raw keycodes"
- depends on INPUT_ADBHID
- help
- This provides support for sending raw ADB keycodes to console
- devices. This is the default up to 2.4.0, but in future this may be
- phased out in favor of generic Linux keycodes. If you say Y here,
- you can dynamically switch via the
- /proc/sys/dev/mac_hid/keyboard_sends_linux_keycodes
- sysctl and with the "keyboard_sends_linux_keycodes=" kernel
- argument.
-
- If unsure, say Y here.
-
config ADB_KEYBOARD
bool "Support for ADB keyboard (old driver)"
depends on MAC && !INPUT_ADBHID
diff -puN arch/m68k/configs/mac_defconfig~mac68k-remove-dead-mac_adbkeycodes
arch/m68k/configs/mac_defconfig
--- a/arch/m68k/configs/mac_defconfig~mac68k-remove-dead-mac_adbkeycodes
+++ a/arch/m68k/configs/mac_defconfig
@@ -678,7 +678,6 @@ CONFIG_LOGO_MAC_CLUT224=y
#
CONFIG_MAC_SCC=y
CONFIG_MAC_HID=y
-CONFIG_MAC_ADBKEYCODES=y
CONFIG_SERIAL_CONSOLE=y
#
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
mac68k-remove-dead-mac_adbkeycodes.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html