summaryrefslogtreecommitdiff
path: root/test/litest-device-touch-screen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/litest-device-touch-screen.c')
-rw-r--r--test/litest-device-touch-screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/litest-device-touch-screen.c b/test/litest-device-touch-screen.c
index 3cdbc2d4..95f6ec69 100644
--- a/test/litest-device-touch-screen.c
+++ b/test/litest-device-touch-screen.c
@@ -57,11 +57,11 @@ static struct litest_device_interface interface = {
};
static struct input_absinfo absinfo[] = {
- { ABS_X, 0, 1500, 0, 0, 0 },
- { ABS_Y, 0, 2500, 0, 0, 0 },
+ { ABS_X, 0, 50000, 0, 0, 100 },
+ { ABS_Y, 0, 33000, 0, 0, 100 },
{ ABS_MT_SLOT, 0, 9, 0, 0, 0 },
- { ABS_MT_POSITION_X, 0, 1500, 0, 0, 0 },
- { ABS_MT_POSITION_Y, 0, 2500, 0, 0, 0 },
+ { ABS_MT_POSITION_X, 0, 50000, 0, 0, 100 },
+ { ABS_MT_POSITION_Y, 0, 33000, 0, 0, 100 },
{ ABS_MT_ORIENTATION, -256, 255, 0, 0, 0 },
{ ABS_MT_TOUCH_MAJOR, 0, 255, 1, 0, 0 },
{ ABS_MT_TOUCH_MINOR, 0, 255, 1, 0, 0 },