: Thu, 6 May 2010 20:38:24 +0200
> Subject: Re: [Mipsbook-devel] 2.6.24-Kernel: touchpad buttons
>
> So,
> I have found a way to make xfce4 work... I did copy the /etc/X11/
> xorg.conf file from the 3MX system...
>
> And: the touchpad buttons are working! 20ms appears to be ve
re/set the time during start and resume,
for me not a problem.
Grt Ruben.
> To: mipsbook-devel@linuxtogo.org
> CC: mipsbook-devel@linuxtogo.org
> From: h...@computer.org
> Date: Thu, 6 May 2010 20:38:24 +0200
> Subject: Re: [Mipsbook-devel] 2.6.24-Kernel: touchpad buttons
>
&
So,
I have found a way to make xfce4 work... I did copy the /etc/X11/
xorg.conf file from the 3MX system...
And: the touchpad buttons are working! 20ms appears to be very ok.
So we can regard this issue also as solved.
Next is reboot...
And final one will be sound.
Did anyone of you already
Finally, I got it working. Wasn't really difficult.
I can now see the touchpad buttons as /dev/input/mouse0 and the pad
movements as /dev/input/mouse1
And cat /dev/input/mouse0 | xxd reports nice events when pressing the
buttons... But I have not yet tested with a X11 environment so I don't
Hi ard,
I have now hacked the gpio_mouse driver into my code. I had to patch
the Kconfig to include GENERIC_GPIO. And add 4 gpio-access functions
to the minipc board file and add some platform_device struct.
Now the driver shows itself as
/sys/devices/platform/gpio-mouse
/sys/bus/platform/d
Am 05.05.2010 um 12:14 schrieb ard:
On Wed, May 05, 2010 at 11:33:49AM +0200, Dr. H. Nikolaus Schaller
wrote:
So I think adding the touchpad buttons to the touchpad driver doesn't
make sense. Would it be good to add it to the keyboard driver? Or to
patch/configure some mouse driver? E.g. the
On Wed, May 05, 2010 at 11:33:49AM +0200, Dr. H. Nikolaus Schaller wrote:
> So I think adding the touchpad buttons to the touchpad driver doesn't
> make sense. Would it be good to add it to the keyboard driver? Or to
> patch/configure some mouse driver? E.g. the input/mouse/gpio_mouse.c
Hmmm, m
What I understood so far:
a) the buttons are connected to GPIOs (quite similar to the keyboard)
http://projects.kwaak.net/twiki/bin/view/Epc700/GPIO
b) the touch pad is connected to USB (as a PS/2 mouse)
http://projects.kwaak.net/twiki/bin/view/Epc700/HardwareLayout
So I think adding the touc