All of lore.kernel.org
 help / color / mirror / Atom feed
From: Soeren Sonnenburg <kernel@nn7.de>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.6.20-rc6 trivially enable mouse button 2+3 emulation for x86 macs
Date: Sun, 28 Jan 2007 06:54:04 +0100	[thread overview]
Message-ID: <1169963644.15163.8.camel@localhost> (raw)

Dear all,

I would think this patch is too trivial to not be in 2.6.20:

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>

diff -ur linux-2.6.20-rc6/drivers/macintosh/Kconfig linux-2.6.20-rc6-sonne/drivers/macintosh/Kconfig
--- linux-2.6.20-rc6/drivers/macintosh/Kconfig  2007-01-25 03:19:28.000000000 +0100
+++ linux-2.6.20-rc6-sonne/drivers/macintosh/Kconfig    2007-01-26 21:30:51.000000000 +0100
@@ -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"

diff -ur linux-2.6.20-rc6/drivers/Makefile linux-2.6.20-rc6-sonne/drivers/Makefile
--- linux-2.6.20-rc6/drivers/Makefile   2007-01-25 03:19:28.000000000 +0100
+++ linux-2.6.20-rc6-sonne/drivers/Makefile 2007-01-26 21:30:51.000000000 +0100
@@ -30,7 +30,7 @@
 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/
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

                 reply	other threads:[~2007-01-29  9:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1169963644.15163.8.camel@localhost \
    --to=kernel@nn7.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.