aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2003-12-03 06:22:53 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:05 -0700
commit9f1da3613897346b6a45e1f7a706d2315bc0f420 (patch)
treefceae25269b8a8b2ffe19c74700a9166e0810197 /udev.c
parent4865de442901cefebb7be889aa61233d8777b413 (diff)
downloadudev-9f1da3613897346b6a45e1f7a706d2315bc0f420.tar.gz
[PATCH] pattern matching for namedev
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]
Diffstat (limited to 'udev.c')
0 files changed, 0 insertions, 0 deletions