The patch titled MAC_EMUMOUSEBTN shouldn't depend on INPUT_ADBHID has been removed from the -mm tree. Its filename was mac_emumousebtn-shouldnt-depend-on-input_adbhid.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: MAC_EMUMOUSEBTN shouldn't depend on INPUT_ADBHID From: Stelian Pop <stelian@xxxxxxxxxx> The mouse button emulation for the one-button mouse Apple machines isn't restricted to older ADB based machines. I have a PPC Powerbook where the keyboard and the mouse are no longer on the ADB bus but regular USB, and I still like (and need) to be able to emulate the middle mouse button with F11 and the right mouse button with F12. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/macintosh/Kconfig | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/macintosh/Kconfig~mac_emumousebtn-shouldnt-depend-on-input_adbhid drivers/macintosh/Kconfig --- a/drivers/macintosh/Kconfig~mac_emumousebtn-shouldnt-depend-on-input_adbhid +++ a/drivers/macintosh/Kconfig @@ -162,7 +162,6 @@ config INPUT_ADBHID config MAC_EMUMOUSEBTN bool "Support for mouse button 2+3 emulation" - depends on INPUT_ADBHID help This provides generic support for emulating the 2nd and 3rd mouse button with keypresses. If you say Y here, the emulation is still _ Patches currently in -mm which might be from stelian@xxxxxxxxxx are 2.6-sony_acpi4.patch sony_apci-resume.patch acpi-add-backlight-support-to-the-sony_acpi.patch git-input.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html