]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Input: synaptics - update OLPC XO exclusion
authorDaniel Drake <dsd@laptop.org>
Sat, 12 Nov 2011 00:05:04 +0000 (16:05 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 15 Nov 2011 17:46:29 +0000 (09:46 -0800)
commit83551c0159e9101b39b2d727ca1be0fd76daaf73
tree5214d80d7756c256fb483a22670a070f7c6dad63
parent8d964a2872ea0914e00bc7798e68899e01715185
Input: synaptics - update OLPC XO exclusion

We have determined that the jumpiness previously seen when using
the synaptics kernel mouse driver on OLPC XO was due to not using
the synaptics X11 userspace driver - the xf86-input-evdev driver was
interpreting 'finger near pad' signals as movements. Newer versions
of xf86-input-evdev fix this issue.

Additionally, the synaptics kernel driver is now usable on this
platform, but only when run in relative mode.

Update the comment and refine the check to allow the synaptics driver
to run on OLPC XO in relative mode.

We will continue investigating the EC issue as time becomes available.

Signed-off-by: Daniel Drake <dsd@laptop.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/synaptics.c