linux-kernel-test/Documentation/input
Hans de Goede 36189cc3cd Input: elantech - fix touchpad initialization on Gigabyte U2442
The hw_version 3 Elantech touchpad on the Gigabyte U2442 does not accept
0x0b as initialization value for r10, this stand-alone version of the
driver: http://planet76.com/drivers/elantech/psmouse-elantech-v6.tar.bz2

Uses 0x03 which does work, so this means not setting bit 3 of r10 which
sets: "Enable Real H/W Resolution In Absolute mode"

Which will result in half the x and y resolution we get with that bit set,
so simply not setting it everywhere is not a solution. We've been unable to
find a way to identify touchpads where setting the bit will fail, so this
patch uses a dmi based blacklist for this.

https://bugzilla.kernel.org/show_bug.cgi?id=61151

Cc: stable@vger.kernel.org
Reported-by: Philipp Wolfer <ph.wolfer@gmail.com>
Tested-by: Philipp Wolfer <ph.wolfer@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2014-05-05 12:34:22 -07:00
..
alps.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input 2013-03-11 07:49:37 -07:00
amijoy.txt
appletouch.txt
atarikbd.txt
bcm5974.txt
cd32.txt
cma3000_d0x.txt
cs461x.txt
edt-ft5x06.txt
elantech.txt Input: elantech - fix touchpad initialization on Gigabyte U2442 2014-05-05 12:34:22 -07:00
event-codes.txt Input: introduce EV_MSC Timestamp 2012-11-15 10:13:52 +01:00
ff.txt
gamepad.txt Input: fix typos in Documentation/input/gamepad.txt 2013-12-18 08:47:43 -08:00
gameport-programming.txt
gpio-tilt.txt
iforce-protocol.txt
input-programming.txt
input.txt
interactive.fig
joystick-api.txt Input: joystick - use sizeof(VARIABLE) in documentation 2013-12-16 02:13:35 -08:00
joystick-parport.txt
joystick.txt Input: joystick - refer to /dev/input/js0 in documentation 2013-12-16 02:13:32 -08:00
multi-touch-protocol.txt Input: MT - Specify that ABS_MT_SLOT must have a minimum of 0 2013-06-13 21:32:00 +02:00
notifier.txt
ntrig.txt
rotary-encoder.txt
sentelic.txt
shape.fig
walkera0701.txt
xpad.txt
yealink.txt