* [PATCH 1/1] Mouse emulation support on x86 boxes
@ 2006-06-20 13:32 Edgar Hucek
2006-06-26 15:57 ` Pavel Machek
0 siblings, 1 reply; 2+ messages in thread
From: Edgar Hucek @ 2006-06-20 13:32 UTC (permalink / raw)
To: LKML
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Since the Intel Macs the mouse emulation support
not longer belongs to PPC only.
Signed-off-by: Edgar Hucek <hostmaster@ed-soft.at>
[-- Attachment #2: mouseemu.patch --]
[-- Type: text/x-patch, Size: 1604 bytes --]
diff -uNr linux-2.6.16.1/drivers/Makefile linux-2.6.16.1-imac/drivers/Makefile
--- linux-2.6.16.1/drivers/Makefile 2006-03-20 05:53:29.000000000 +0000
+++ linux-2.6.16.1-imac/drivers/Makefile 2006-04-01 23:51:38.000000000 +0000
@@ -33,7 +33,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/
diff -uNr linux-2.6.16.1/drivers/macintosh/Kconfig linux-2.6.16.1-imac/drivers/macintosh/Kconfig
--- linux-2.6.16.1/drivers/macintosh/Kconfig 2006-03-20 05:53:29.000000000 +0000
+++ linux-2.6.16.1-imac/drivers/macintosh/Kconfig 2006-04-01 23:51:38.000000000 +0000
@@ -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"
@@ -135,7 +135,7 @@
config MAC_EMUMOUSEBTN
bool "Support for mouse button 2+3 emulation"
- depends on INPUT_ADBHID
+# 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
--- linux-2.6.16.1/drivers/macintosh/Kconfig 2006-06-19 09:31:24.000000000 +0200
+++ linux-2.6.16.1-imac/drivers/macintosh/Kconfig 2006-06-19 09:31:10.000000000 +0200
@@ -171,6 +171,7 @@
config WINDFARM
tristate "New PowerMac thermal control infrastructure"
+ depends on (PPC_PMAC64 || PPC_PMAC)
config WINDFARM_PM81
tristate "Support for thermal management on iMac G5"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] Mouse emulation support on x86 boxes
2006-06-20 13:32 [PATCH 1/1] Mouse emulation support on x86 boxes Edgar Hucek
@ 2006-06-26 15:57 ` Pavel Machek
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Machek @ 2006-06-26 15:57 UTC (permalink / raw)
To: Edgar Hucek; +Cc: LKML
Hi!
> --- linux-2.6.16.1/drivers/macintosh/Kconfig 2006-06-19 09:31:24.000000000 +0200
> +++ linux-2.6.16.1-imac/drivers/macintosh/Kconfig 2006-06-19 09:31:10.000000000 +0200
> @@ -171,6 +171,7 @@
>
> config WINDFARM
> tristate "New PowerMac thermal control infrastructure"
> + depends on (PPC_PMAC64 || PPC_PMAC)
>
> config WINDFARM_PM81
> tristate "Support for thermal management on iMac G5"
This looks very incomplete. We probably do not want ADB subsystem on
intel Mac?
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-26 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 13:32 [PATCH 1/1] Mouse emulation support on x86 boxes Edgar Hucek
2006-06-26 15:57 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox