diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-15 09:22:35 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-10-15 13:35:58 +0200 |
commit | 62ad1c6495c098a09b36bb20bb37a9b8a11df76f (patch) | |
tree | b277e4ad7bf7ddd41b42f296369ac60c891c0169 /hwdb.d/70-pointingstick.hwdb | |
parent | cc17fa8511def7a15c6ace2cd6cfd3f3fa34569d (diff) | |
download | systemd-62ad1c6495c098a09b36bb20bb37a9b8a11df76f.tar.gz |
hwdb: reindent commments and say that "*" should always be trailing
Diffstat (limited to 'hwdb.d/70-pointingstick.hwdb')
-rw-r--r-- | hwdb.d/70-pointingstick.hwdb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hwdb.d/70-pointingstick.hwdb b/hwdb.d/70-pointingstick.hwdb index c5c7dd9725..1c284267c3 100644 --- a/hwdb.d/70-pointingstick.hwdb +++ b/hwdb.d/70-pointingstick.hwdb @@ -13,7 +13,7 @@ # # Supported hardware matches are: # - Generic input devices match: -# evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV +# evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV:* # This matches on the kernel modalias of the input-device, mainly: # ZZZZ is the bus-id (see /usr/include/linux/input.h BUS_*), YYYY, XXXX and # WWW are the 4-digit hex uppercase vendor, product and version ID and VVVV @@ -22,11 +22,13 @@ # in /sys/class/input/eventX/device/id. # # - Input driver device name and DMI data match: -# evdev:name:<input device name>:dmi:bvn*:bvr*:bd*:svn<vendor>:pn* +# evdev:name:<input device name>:dmi:bvn*:bvr*:bd*:svn<vendor>:pn*:* # <input device name> is the name device specified by the driver, # <vendor> is the firmware-provided string from the kernel DMI modalias, # see /sys/class/dmi/id/modalias # +# All matches should end in ':*' to allow future expansions of the match key. +# # To add local entries, create a new file # /etc/udev/hwdb.d/71-pointingstick-local.hwdb # and add your rules there. To load the new rules execute (as root): @@ -76,7 +78,6 @@ # drivers/input/mouse/trackpoint.c in the Linux kernel sources. # -# # Sort by brand, model ######################################### |