You are not logged in.

#1 2010-09-02 23:43:35

natelust
Member
Registered: 2010-09-02
Posts: 2

patch for apple magic trackpad on linux 2.6.35

I have ported patches posted on the linux input mailing list to the current kernel version. This patches three files, hid-core, hid-ids, and hid-magicmouse. simply apply the patch to your kernel. Upon reboot make sure to modprobe hid-magicmouse, and have synaptics installed for x. This provides support for 1, 2 and 3 button clicks, 2 finger right click, and 2 finger scrolling (and anything else supported by synaptics). There is some talk on the mailing list that you could use ubuntus new gevdev to get some of the other gestures, but i have not explored that far yet. That however is in userspace and can be addressed at any point. Good luck to anyone using this.

The patch can be found at:
http://pastebin.com/Ek6gRNwp

Offline

#2 2010-09-23 12:57:13

mozinator
Member
Registered: 2009-07-10
Posts: 1

Re: patch for apple magic trackpad on linux 2.6.35

On which archlinux kernel patch is this patch based ?

Offline

#3 2010-10-23 02:02:57

natelust
Member
Registered: 2010-09-02
Posts: 2

Re: patch for apple magic trackpad on linux 2.6.35

This was based on 2.6.35.4-1, sorry it took so long to answer, for some reason I didn't get notified. I see no reason it would not work on any 2.6.35 source

Offline

#4 2010-11-01 19:20:21

niqo
Member
From: Paris
Registered: 2005-11-04
Posts: 29

Re: patch for apple magic trackpad on linux 2.6.35

Thank you for your patch, it's working. (no luck with utouch-grail/utouch-greis)
I have done a package based on original arch linux kernel, you can get it here : http://aur.archlinux.org/packages.php?ID=42505

Edit :
I have removed this package, this patch have been included in 2.6.37 kernel.

Last edited by niqo (2011-01-22 10:39:03)

Offline

#5 2011-01-02 15:49:18

niqo
Member
From: Paris
Registered: 2005-11-04
Posts: 29

Re: patch for apple magic trackpad on linux 2.6.35

This patch does not apply for 2.6.36 kernel, is there an updated patch somewhere ?

Doas anyone have a solution to make Magic trackpad work on Arch linux ?

evdev driver load but without multitouch support
synaptics driver fails to load
multitouch driver fails to load (http://bitmath.org/code/multitouch/)

Offline

#6 2011-01-22 10:37:08

niqo
Member
From: Paris
Registered: 2005-11-04
Posts: 29

Re: patch for apple magic trackpad on linux 2.6.35

The easiest way to enable Magic Trackpad on Archlinux is to use kernel >= 2.6.37 with synaptics driver.

Create a new xorg config file to force synaptics driver instead of evdev : /etc/X11/xorg.conf.d/60-magictrackpad.conf :

Section "InputClass"
 Identifier "Magic Trackpad"
 MatchUSBID "05ac:030e"
 Driver "synaptics"
 Option "SHMConfig" "True"
EndSection

Offline

#7 2011-01-22 19:23:33

seant_tre
Member
Registered: 2010-12-19
Posts: 3

Re: patch for apple magic trackpad on linux 2.6.35

it works!

Offline

Board footer

Powered by FluxBB