]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/input/mouse/synaptics.c
Input: synaptics - set min/max for finger width
authorChris Bagwell <chris@cnpbagwell.com>
Mon, 19 Jul 2010 16:06:15 +0000 (09:06 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 20 Jul 2010 04:44:38 +0000 (21:44 -0700)
commit58fb021827b7455e05d89371556e6c255e9fb2e1
tree2c1d7bf2d0f2555567e907929ed6f9cf85e23455
parent2a8e77102e02dd236ff276a2151073ed551d04f2
Input: synaptics - set min/max for finger width

Reporting this will allow GUI config apps to correctly scale
width sensitive config values (such as palm detect) to correct
range.  Current user apps are detecting kernels min/max=0/0 and
making an assumption that it means 0/16 or 0/15.

Synaptics touchpad interface guides show 4/15 are correct values
but driver forces to 0 when no fingers on touchpad.

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/mouse/synaptics.c