summaryrefslogtreecommitdiff
path: root/udev_rules.h
AgeCommit message (Expand)Author
2007-06-22allow to disable the replacement of unusual charactersKay Sievers
2007-06-03add TEST=="<file>" keyKay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2006-12-08rename config "filename" to "dir"Kay Sievers
2006-08-28update source file headersKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-06-07remove MODALIAS key and substitutionKay Sievers
2006-01-25rename apply_format() cause it is public nowKay Sievers
2006-01-24substitute format chars in RUN after rule matchingAndrey Borzenkov
2006-01-09replace libsysfsKay Sievers
2005-11-05remove precompiled rules optionKay Sievers
2005-08-08add flag for reading of precompiled rulesKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-20make SYSFS{} usable for all devicesKay Sievers
2005-07-16allow rules to have labels and skip to next labelKay Sievers
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers
2005-07-07add WAIT_FOR_SYSFS key to loop until a file in sysfs arrivesKay Sievers
2005-07-05pack parsed rules listKay Sievers
2005-07-04replace useless defines by inline textKay Sievers
2005-07-04move rule matches to functionKay Sievers
2005-06-25IMPORT allow to import program returned keys into the envKay Sievers
2005-06-25IMPORT=<file> allow to import a shell-var style config-fileKay Sievers
2005-06-24allow rules to be compiled to one binary fileKay Sievers
2005-06-20prepare for module loading rules and add MODALIAS keyKay Sievers
2005-06-05udev: handle all events - not only class and block devicesKay Sievers
2005-06-05udev: allow final assignments :=Kay Sievers
2005-04-26[PATCH] add RUN key to be able to run rule based notificationkay.sievers@vrfy.org
2005-04-26[PATCH] allow to match against empty key valueskay.sievers@vrfy.org
2005-04-26[PATCH] add ENV{} key to match agains environment variableskay.sievers@vrfy.org
2005-04-26[PATCH] simplify sysfs_pair handlingkay.sievers@vrfy.org
2005-04-26[PATCH] add a test and simplify debug statementkay.sievers@vrfy.org
2005-04-26[PATCH] support =, ==, !=, += for the key match and assignmentkay.sievers@vrfy.org
2005-04-26[PATCH] add OPTION="last_rule" to skip any later rulekay.sievers@vrfy.org
2005-04-26[PATCH] rename namedev_dev to udev_rulekay.sievers@vrfy.org