We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29d1fc4 + ee1b061 commit 1070d36Copy full SHA for 1070d36
doc/configuration.rst
@@ -1571,6 +1571,10 @@ Finally ``sys_name`` allows matching against the name of the directory in
1571
sysfs.
1572
All match entries must succeed for the device to be accepted.
1573
1574
+Note that all udev property values are strings and are therefore case sensitive.
1575
+Hex values such as ``ID_MODEL_ID`` must match the exact case reported by udev
1576
+(e.g., ``"04d8"`` will not match ``"04D8"``).
1577
+
1578
labgrid provides a small utility called ``labgrid-suggest`` which will
1579
output the proper YAML formatted snippets for you.
1580
These snippets can be added under the resource key in an environment
0 commit comments