From: Peter Hutterer Date: Wed, 12 Aug 2020 23:40:27 +0000 (+1000) Subject: evdev: remove now-misleading comment X-Git-Tag: 1.16.1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=585dab0ae28c96754bb8d48cc3e201342d33bf9e;p=platform%2Fupstream%2Flibinput.git evdev: remove now-misleading comment libwacom has been removing ID_INPUT_JOYSTICK for years Signed-off-by: Peter Hutterer --- diff --git a/src/evdev.c b/src/evdev.c index 124b07a0..453c89a0 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -1810,8 +1810,6 @@ evdev_configure_device(struct evdev_device *device) evdev_disable_accelerometer_axes(device); } - /* libwacom *adds* TABLET, TOUCHPAD but leaves JOYSTICK in place, so - make sure we only ignore real joystick devices */ if (udev_tags == (EVDEV_UDEV_TAG_INPUT|EVDEV_UDEV_TAG_JOYSTICK)) { evdev_log_info(device, "device is a joystick, ignoring\n");