]> git.baikalelectronics.ru Git - kernel.git/commit
Input: goodix - fix touch coordinates on WinBook TW100 and TW700
authorBastien Nocera <hadess@hadess.net>
Fri, 24 Jul 2015 16:08:53 +0000 (09:08 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 24 Jul 2015 16:11:02 +0000 (09:11 -0700)
commitb3ad674197111db8c0741f1bb41a39a2d5a1c975
tree320b4f6386f987a20471fad1b4980f4f490098e0
parent0817f484d6c08332fc7e727e703c39d27c04f4a2
Input: goodix - fix touch coordinates on WinBook TW100 and TW700

The touchscreen on the WinBook TW100 and TW700 don't match the default
display, with 0,0 touches being reported when touching at the bottom
right of the screen.

  1280,800             0,800
         +-------------+
         |             |
         |             |
         |             |
         +-------------+
    1280,0             0,0

It's unfortunately impossible to detect this problem with data from the
DSDT, or other auxiliary metadata, so fallback to quirking this specific
model of tablet instead.

Signed-off-by: Bastien Nocera <hadess@hadess.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/goodix.c