All of lore.kernel.org
 help / color / mirror / Atom feed
* - enable-mouse-button-23-emulation-for-x86-macs.patch removed from -mm tree
@ 2007-02-10  5:22 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-10  5:22 UTC (permalink / raw)
  To: kernel, benh, dtor, paulus, stable, mm-commits


The patch titled
     enable mouse button 2+3 emulation for x86 macs
has been removed from the -mm tree.  Its filename was
     enable-mouse-button-23-emulation-for-x86-macs.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: enable mouse button 2+3 emulation for x86 macs
From: Soeren Sonnenburg <kernel@nn7.de>

As macbook/macbook pro's also have to live with a single mouse button the
following patch just enables the Macintosh device drivers menu in Kconfig +
adds the macintosh dir to the obj-* to make macbook* users happy (who use
exactly that since months....

Signed-off-by: Soeren Sonnenburg <kernel@nn7.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Dmitry Torokhov <dtor@mail.ru>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/Makefile          |    2 +-
 drivers/macintosh/Kconfig |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/Makefile~enable-mouse-button-23-emulation-for-x86-macs drivers/Makefile
--- a/drivers/Makefile~enable-mouse-button-23-emulation-for-x86-macs
+++ a/drivers/Makefile
@@ -30,7 +30,7 @@ obj-$(CONFIG_PARPORT)		+= parport/
 obj-y				+= base/ block/ misc/ mfd/ net/ media/
 obj-$(CONFIG_NUBUS)		+= nubus/
 obj-$(CONFIG_ATM)		+= atm/
-obj-$(CONFIG_PPC_PMAC)		+= macintosh/
+obj-y				+= macintosh/
 obj-$(CONFIG_IDE)		+= ide/
 obj-$(CONFIG_FC4)		+= fc4/
 obj-$(CONFIG_SCSI)		+= scsi/
diff -puN drivers/macintosh/Kconfig~enable-mouse-button-23-emulation-for-x86-macs drivers/macintosh/Kconfig
--- a/drivers/macintosh/Kconfig~enable-mouse-button-23-emulation-for-x86-macs
+++ a/drivers/macintosh/Kconfig
@@ -1,6 +1,6 @@
 
 menu "Macintosh device drivers"
-	depends on PPC || MAC
+	depends on PPC || MAC || X86
 
 config ADB
 	bool "Apple Desktop Bus (ADB) support"
_

Patches currently in -mm which might be from kernel@nn7.de are

origin.patch
usb-p990i-is-an-unusual-device.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-10  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  5:22 - enable-mouse-button-23-emulation-for-x86-macs.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.