diff options
-rw-r--r-- | tools/touchpad-edge-detector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/touchpad-edge-detector.c b/tools/touchpad-edge-detector.c index 4dbae11..80ecbe8 100644 --- a/tools/touchpad-edge-detector.c +++ b/tools/touchpad-edge-detector.c @@ -203,8 +203,8 @@ print_udev_override_rule(struct libevdev *dev, const struct dimensions *dim) { printf("# <Laptop model description goes here>\n" "evdev:%s*\n" - " EVDEV_ABS_01=%d:%d:<x resolution>\n" - " EVDEV_ABS_02=%d:%d:<y resolution>\n", + " EVDEV_ABS_00=%d:%d:<x resolution>\n" + " EVDEV_ABS_01=%d:%d:<y resolution>\n", match, dim->left, dim->right, dim->top, dim->bottom); |