mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
9f1da36138
As promised yesterday, here is a patch to implement a more advanced pattern matching instead of the simple '*'. We can remove the "tty"="tty" line from udev.rules now and replace "tty*" by "tty[0-9]*" to catch only the vc's. implement pattern matching in namedev '*' - to match zero or more chars '?' - to match exactly one char '[]' - character classes with ranges '[0-9]'and negation [!A] |
||
---|---|---|
.. | ||
sys | ||
label_test | ||
label_test.rules | ||
modifier_test | ||
modifier_test.rules | ||
replace_test | ||
replace_test.rules | ||
test.all | ||
test.block | ||
test.tty | ||
topo_test | ||
topo_test.rules | ||
udev-test.pl | ||
udev.permissions |