James,

> echo mouse > /sys/class/input/input1/mode

thanks a lot, my cursor pad is finally offline!

> Watch out, there are 3 input folders (input0, 1 and 2), and only one of
> them has a "mode" file, so if input1 doesn't work, try the others. I
> could probably write a script to find out exactly which one is being
> used by the trackpad, but... um... I'm just way too lazy :)

find /sys/class/input -name mode -exec "echo mouse > {}" \;

Best,

        Guenter

_______________________________________________
Angstrom-distro-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to