]> git.baikalelectronics.ru Git - kernel.git/commit
Input: synaptics - add support for reporting x/y resolution
authorTero Saarni <tero.saarni@gmail.com>
Thu, 11 Jun 2009 06:27:24 +0000 (23:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 20 Jun 2009 05:55:17 +0000 (22:55 -0700)
commit3bca4e0d452451bfbc02fd551509991dc4074cce
tree671086529e62fcb541fb03422010d1eeae09b00a
parent9f2b94b54d1729f61b6b4661f008c3af1db697ea
Input: synaptics - add support for reporting x/y resolution

Synaptics uses anisotropic coordinate system.  On some wide touchpads
vertical resolution can be twice as high as horizontal which causes
unequal sensitivity on x/y directions.  Add support for reading the
resolution with EVIOCGABS ioctl.

Signed-off-by: Tero Saarni <tero.saarni@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/evdev.c
drivers/input/mouse/synaptics.c
drivers/input/mouse/synaptics.h
include/linux/input.h