evdev: remove now-misleading comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 12 Aug 2020 23:40:27 +0000 (09:40 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 13 Aug 2020 01:02:33 +0000 (11:02 +1000)
libwacom has been removing ID_INPUT_JOYSTICK for years

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev.c

index 124b07a012cd82e1e37d33f5fbbd1626875af803..453c89a00f230953b59e65bc6083803032995649 100644 (file)
@@ -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");