mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-02 08:30:48 +00:00
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> |
||
|---|---|---|
| .. | ||
| alps.txt | ||
| amijoy.txt | ||
| appletouch.txt | ||
| atarikbd.txt | ||
| bcm5974.txt | ||
| cd32.txt | ||
| cma3000_d0x.txt | ||
| cs461x.txt | ||
| edt-ft5x06.txt | ||
| elantech.txt | ||
| event-codes.txt | ||
| ff.txt | ||
| gamepad.txt | ||
| gameport-programming.txt | ||
| gpio-tilt.txt | ||
| iforce-protocol.txt | ||
| input-programming.txt | ||
| input.txt | ||
| interactive.fig | ||
| joystick-api.txt | ||
| joystick-parport.txt | ||
| joystick.txt | ||
| multi-touch-protocol.txt | ||
| notifier.txt | ||
| ntrig.txt | ||
| rotary-encoder.txt | ||
| sentelic.txt | ||
| shape.fig | ||
| walkera0701.txt | ||
| xpad.txt | ||
| yealink.txt | ||