summaryrefslogtreecommitdiff
path: root/hwdb.d/70-mouse.hwdb
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-05-21 17:33:13 +1000
committerLennart Poettering <lennart@poettering.net>2020-05-24 12:24:16 +0200
commit9f50cdd34a87d8b8c257abb181697a5d36d3280e (patch)
treedfb14d88a72315e3cf6276a5edf6203803db6b27 /hwdb.d/70-mouse.hwdb
parent3c60fb077fa7eab88018685cea9090212db82273 (diff)
downloadsystemd-9f50cdd34a87d8b8c257abb181697a5d36d3280e.tar.gz
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
Diffstat (limited to 'hwdb.d/70-mouse.hwdb')
-rw-r--r--hwdb.d/70-mouse.hwdb22
1 files changed, 0 insertions, 22 deletions
diff --git a/hwdb.d/70-mouse.hwdb b/hwdb.d/70-mouse.hwdb
index c759527e2a..ef5a473e87 100644
--- a/hwdb.d/70-mouse.hwdb
+++ b/hwdb.d/70-mouse.hwdb
@@ -50,8 +50,6 @@
# MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL
# MOUSE_WHEEL_CLICK_COUNT
# MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL
-# MOUSE_WHEEL_TILT_HORIZONTAL
-# MOUSE_WHEEL_TILT_VERTICAL
#
#########################################
# ID_INPUT_TRACKBALL #
@@ -136,26 +134,6 @@
# MOUSE_WHEEL_CLICK_COUNT_HORIZONTAL works the same way but also follows the
# rules of MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL.
-#########################################
-# MOUSE_WHEEL_TILT_HORIZONTAL #
-# MOUSE_WHEEL_TILT_VERTICAL #
-#########################################
-#
-# Indicates that the respective axis is not a mouse wheel rotation but a
-# tilt along that axis. Wheel tilt is most commonly used for horizontal
-# scroll wheel emulation on mice with only a single vertical wheel.
-#
-# The vertical and horizontal Axes are independently marked as tilt axes,
-# for example it is permitted to have a MOUSE_WHEEL_CLICK_COUNT or
-# MOUSE_WHEEL_CLICK_ANGLE for the vertical axis and mark the horizontal axis
-# marked as as MOUSE_WHEEL_TILT_HORIZONTAL.
-#
-# It is a bug to have either CLICK_COUNT or CLICK_ANGLE set on the same axis
-# as WHEEL_TILT. Applications should give priority to WHEEL_TILT and ignore
-# other settings.
-#
-# This is a flag only, permitted values: 0 or 1
-
#
# Sort by brand, type (usb, bluetooth), DPI, frequency.
# For mice with switchable resolution, sort by the starred entry.