diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-13 08:39:09 +1000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-07-13 08:27:10 +0200 |
commit | 03bde6de109922f50481404ed611aa6764176c54 (patch) | |
tree | 5c46fe1b16beede10332d6fa4a0cd65afeb440d4 /hwdb/70-pointingstick.hwdb | |
parent | core: add MemoryMin (diff) | |
download | systemd-03bde6de109922f50481404ed611aa6764176c54.tar.gz systemd-03bde6de109922f50481404ed611aa6764176c54.tar.bz2 systemd-03bde6de109922f50481404ed611aa6764176c54.zip |
hwdb: deprecate the POINTINGSTICK_CONST_ACCEL property
The only known consumer of this property was libinput but it stopped using
this property since libinput 1.9 (released Oct 2017). This property is
arguably not one that should be in systemd anyway - it's not a
hardware-specific property but rather a factor of the acceleration method
employed by whatever userspace handles the events.
Deprecate it but leave the values in place for backwards compatibility.
Diffstat (limited to 'hwdb/70-pointingstick.hwdb')
-rw-r--r-- | hwdb/70-pointingstick.hwdb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hwdb/70-pointingstick.hwdb b/hwdb/70-pointingstick.hwdb index 3f070e09d..f997912be 100644 --- a/hwdb/70-pointingstick.hwdb +++ b/hwdb/70-pointingstick.hwdb @@ -43,7 +43,7 @@ # udevadm info /dev/input/eventXX. # # Allowed properties are: -# POINTINGSTICK_CONST_ACCEL +# POINTINGSTICK_CONST_ACCEL (deprecated) # POINTINGSTICK_SENSITIVITY # # Entries should be sorted with growing _SENSITIVITY and _CONST_ACCEL. @@ -52,6 +52,11 @@ # POINTINGSTICK_CONST_ACCEL # ######################################### # +# DO NOT USE THIS PROPERTY. This property is kept for backwards +# compatibility. The only known consumer, libinput, stopped reading this +# property in version 1.9.0. No new entries for this property should be +# added. +# # Trackpoint const accel settings are specified as # POINTINGSTICK_CONST_ACCEL=<accel> # |