diff options
-rw-r--r-- | src/udev/udev-builtin-input_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udev-builtin-input_id.c b/src/udev/udev-builtin-input_id.c index ef656e0504..540f390530 100644 --- a/src/udev/udev-builtin-input_id.c +++ b/src/udev/udev-builtin-input_id.c @@ -258,7 +258,7 @@ static bool test_pointers(sd_device *dev, if (is_tablet && has_pad_buttons) is_tablet_pad = true; - if (has_pad_buttons && has_wheel) { + if (has_pad_buttons && has_wheel && !has_rel_coordinates) { is_tablet = true; is_tablet_pad = true; } |