]> git.ipfire.org Git - thirdparty/systemd.git/commit
hwdb: remove support for MOUSE_WHEEL_TILT_*
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 21 May 2020 07:33:13 +0000 (17:33 +1000)
committerLennart Poettering <lennart@poettering.net>
Sun, 24 May 2020 10:24:16 +0000 (12:24 +0200)
commit9f50cdd34a87d8b8c257abb181697a5d36d3280e
treedfb14d88a72315e3cf6276a5edf6203803db6b27
parent3c60fb077fa7eab88018685cea9090212db82273
hwdb: remove support for MOUSE_WHEEL_TILT_*

This has now been deprecated in libinput, the only known user of this
property. It was never set for any device and weston and mutter, maybe
other compositors, never added the code required to parse it.

The benefit we could get in the UI from handling tilt differently to
wheel is tiny and the lack of support shows that it isn't of interest to
anyone. Let's remove this.

See also
https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/444
hwdb.d/70-mouse.hwdb
hwdb.d/parse_hwdb.py