Skip to content

udev: avoid [0-9]* as shell globbing pattern

The udev rules expect matches based on shell globbing pattern, not based on regex.

See https://bbs.archlinux.org/viewtopic.php?pid=1415916#p1415916 for some examples

Merge request reports