mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-05 02:00:15 +01:00
tools: print out the device used for measuring the trackpoint range
Suggested in https://bugs.freedesktop.org/show_bug.cgi?id=103947#c2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit d1146930da)
This commit is contained in:
parent
5cf08e8105
commit
a0a5e9eb7e
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ class Device(object):
|
|||
|
||||
self.device = evdev.InputDevice(self.path)
|
||||
|
||||
print("Using {}: {}\n".format(self.device.name, path))
|
||||
|
||||
self.deltas = []
|
||||
self.nxdeltas = 0
|
||||
self.nydeltas = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue