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:
José Expósito 2021-08-30 10:30:42 +02:00 committed by GitHub
parent 4917c15af7
commit c5e9aeca0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@
# udevadm info /dev/input/eventXX.
#
# Allowed properties are:
# ID_INPUT_POINTINGSTICK
# POINTINGSTICK_CONST_ACCEL (deprecated)
# POINTINGSTICK_SENSITIVITY
#
@ -78,6 +79,12 @@
# Sort by brand, model
##########################################
# Generic
##########################################
evdev:name:*[tT]rack[pP]oint*:*
ID_INPUT_POINTINGSTICK=1
#########################################
# Dell
#########################################