mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
hwdb: add a generic rule for trackpoints (#20543)
Check for "TrackPoint" in the device name and add the ID_INPUT_POINTINGSTICK property. In reference to libinput issue: https://gitlab.freedesktop.org/libinput/libinput/-/issues/651
This commit is contained in:
parent
4917c15af7
commit
c5e9aeca0a
@ -43,6 +43,7 @@
|
|||||||
# udevadm info /dev/input/eventXX.
|
# udevadm info /dev/input/eventXX.
|
||||||
#
|
#
|
||||||
# Allowed properties are:
|
# Allowed properties are:
|
||||||
|
# ID_INPUT_POINTINGSTICK
|
||||||
# POINTINGSTICK_CONST_ACCEL (deprecated)
|
# POINTINGSTICK_CONST_ACCEL (deprecated)
|
||||||
# POINTINGSTICK_SENSITIVITY
|
# POINTINGSTICK_SENSITIVITY
|
||||||
#
|
#
|
||||||
@ -78,6 +79,12 @@
|
|||||||
|
|
||||||
# Sort by brand, model
|
# Sort by brand, model
|
||||||
|
|
||||||
|
##########################################
|
||||||
|
# Generic
|
||||||
|
##########################################
|
||||||
|
evdev:name:*[tT]rack[pP]oint*:*
|
||||||
|
ID_INPUT_POINTINGSTICK=1
|
||||||
|
|
||||||
#########################################
|
#########################################
|
||||||
# Dell
|
# Dell
|
||||||
#########################################
|
#########################################
|
||||||
|
Loading…
Reference in New Issue
Block a user