summaryrefslogtreecommitdiff
path: root/udev_rules_parse.c
AgeCommit message (Expand)Author
2007-07-16allow SYMLINK== matchKay Sievers
2007-07-15handle dynamic rules created in /dev/.udev/rules.d/Kay Sievers
2007-07-14add udev_rules_run() to handle RUN listKay Sievers
2007-07-14add option to RUN key to ignore the return value of the programKay Sievers
2007-06-22allow to disable the replacement of unusual charactersKay Sievers
2007-06-03add TEST=="<file>" keyKay Sievers
2007-06-02events for "bus" and "class" registration must be matched as "subsystem"Kay Sievers
2007-06-01fix "do not access parent" warning for ATTR{}Kay Sievers
2007-03-16add link_priority to rule options, and store it in databaseKay Sievers
2007-02-25fix udev attribute names with a colonTheodoros V. Kalamatianos
2007-02-24update DRIVER== changesKay Sievers
2007-02-01exclude parent devices from DRIVER== matchKay Sievers
2006-12-08rename config "filename" to "dir"Kay Sievers
2006-09-20fix spelling in deprecation warningKay Sievers
2006-09-18don't print PHYSDEV* warnings for old WAIT_FOR_SYSFS rulesKay Sievers
2006-09-18warn if a PHYSEDV* key, the "device" link, or a parent attribute is usedKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-20always expect KEY{value} on ATTR, ATTRS, ENV keysKay Sievers
2006-08-20fix typo in SUBSYSTEMS key parsingKay Sievers
2006-08-20introduce ATTR{file}="value" to set sysfs attributesKay Sievers
2006-08-20skip rule, if too may keys of the same type are usedKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent de...Kay Sievers
2006-08-13don't report an error on overlong comment linesKay Sievers
2006-06-07remove MODALIAS key and substitutionKay Sievers
2006-05-01add more warnings for invalid key operationsKay Sievers
2006-04-24allow NAME=="value" to check for already assigned valueKay Sievers
2006-03-21fix spelling error in debug stringKay Sievers
2006-01-26find programs in /lib/udev for IMPORT if {program} is not givenKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-11-07move some logging from dbg() to info()Marco d'Itri
2005-11-07add strerror() to error logsMarco d'Itri
2005-11-07let NAME="" supress node creation, but do RUN keysKay Sievers
2005-11-05remove precompiled rules optionKay Sievers
2005-10-27fix the new warnings I asked forKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-08add flag for reading of precompiled rulesKay Sievers
2005-08-08allow clean shutdown of udevdKay Sievers
2005-08-08switch some strlcpy's to memcpyKay Sievers
2005-07-22move code to its own filesKay Sievers
2005-07-17add padding to rules structureKay 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-12remember mapped rules stateKay Sievers
2005-07-07fix typo in group assignmentKay Sievers
2005-07-07fix default-name handling and NAME="" rulesKay Sievers
2005-07-07add WAIT_FOR_SYSFS key to loop until a file in sysfs arrivesKay Sievers
2005-07-06don't resolve OWNER, GROUP on precompile if string contains %, $Kay 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