From 52b8874ecc78a60239aa7df2c0f1885af91fd5d5 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 12 Jan 2016 12:16:25 +1000 Subject: [PATCH] touchpad: drop outdated comment Obsolete comment since 4ca70c813f750721592d1a68aced385560705256, we rely on the udev hwdb to set the resolution for us. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index aa123cd4..2de2539f 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -1780,8 +1780,7 @@ tp_init_palmdetect(struct tp_dispatch *tp, width = device->abs.dimensions.x; height = device->abs.dimensions.y; - /* Wacom doesn't have internal touchpads, - * Apple touchpads are always big enough to warrant palm detection */ + /* Wacom doesn't have internal touchpads */ if (device->model_flags & EVDEV_MODEL_WACOM_TOUCHPAD) return 0;