summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-07-15 16:26:46 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-07-16 14:29:39 +1000
commitc193f7d13b1054c557976c0822086a92dae4c01f (patch)
treef20638c8d0d1f9522751445f6948bc1646f94eb0
parent369eec638efb5f08f81d23b9c122c082ebdd6c7b (diff)
downloadlibinput-c193f7d13b1054c557976c0822086a92dae4c01f.tar.gz
test: fix resolution on T440s multitouch axes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--test/litest-synaptics-t440.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/litest-synaptics-t440.c b/test/litest-synaptics-t440.c
index 1b664940..e3f14413 100644
--- a/test/litest-synaptics-t440.c
+++ b/test/litest-synaptics-t440.c
@@ -91,8 +91,8 @@ static struct input_absinfo absinfo[] = {
{ ABS_PRESSURE, 0, 255, 0, 0, 0 },
{ ABS_TOOL_WIDTH, 0, 15, 0, 0, 0 },
{ ABS_MT_SLOT, 0, 1, 0, 0, 0 },
- { ABS_MT_POSITION_X, 1024, 5112, 0, 0, 75 },
- { ABS_MT_POSITION_Y, 2024, 4832, 0, 0, 129 },
+ { ABS_MT_POSITION_X, 1024, 5112, 0, 0, 42 },
+ { ABS_MT_POSITION_Y, 2024, 4832, 0, 0, 42 },
{ ABS_MT_TRACKING_ID, 0, 65535, 0, 0, 0 },
{ ABS_MT_PRESSURE, 0, 255, 0, 0, 0 },
{ .value = -1 }