projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
369eec6
)
test: fix resolution on T440s multitouch axes
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 15 Jul 2014 06:26:46 +0000
(16:26 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 16 Jul 2014 04:29:39 +0000
(14:29 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest-synaptics-t440.c
patch
|
blob
|
history
diff --git
a/test/litest-synaptics-t440.c
b/test/litest-synaptics-t440.c
index 1b664940d3d3fa29f07d3d067d25a78a8d879bf5..e3f144130205135c7302c51f4ac085101e6a3a04 100644
(file)
--- 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 }