mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-27 05:40:06 +01:00
evdev: prefix "tablet unknown to libwacom" error with the device name
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 45a574a785)
This commit is contained in:
parent
67c7ba9bf3
commit
92be97b045
1 changed files with 3 additions and 1 deletions
|
|
@ -3038,7 +3038,9 @@ evdev_tablet_has_left_handed(struct evdev_device *device)
|
|||
if (libwacom_is_reversible(d))
|
||||
has_left_handed = true;
|
||||
} else if (libwacom_error_get_code(error) == WERROR_UNKNOWN_MODEL) {
|
||||
log_info(libinput, "Tablet unknown to libwacom\n");
|
||||
log_info(libinput,
|
||||
"%s: tablet unknown to libwacom\n",
|
||||
device->devname);
|
||||
} else {
|
||||
log_error(libinput,
|
||||
"libwacom error: %s\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue