mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-22 07:30:25 +01:00
test: fix resolution on T440s multitouch axes
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
369eec638e
commit
c193f7d13b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue