hwdb: Correct WWWW Pattern In Documentation Comment

This commit is contained in:
Jonas Thelemann 2019-10-02 02:42:58 +02:00 committed by Yu Watanabe
parent c78c095b1e
commit 56783ddf22

View file

@ -23,7 +23,7 @@
# evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV # evdev:input:bZZZZvYYYYpXXXXeWWWW-VVVV
# This matches on the kernel modalias of the input-device, mainly: # 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 # 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 # WWWW are the 4-digit hex uppercase vendor, product and version ID and VVVV
# is an arbitrary length input-modalias describing the device capabilities. # is an arbitrary length input-modalias describing the device capabilities.
# The vendor, product and version ID for a device node "eventX" is listed # The vendor, product and version ID for a device node "eventX" is listed
# in /sys/class/input/eventX/device/id. # in /sys/class/input/eventX/device/id.