mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 21:40:05 +01:00
evdev: remove now-misleading comment
libwacom has been removing ID_INPUT_JOYSTICK for years Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
88b62031b3
commit
585dab0ae2
1 changed files with 0 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue