summaryrefslogtreecommitdiff
path: root/udev_rules.c
AgeCommit message (Expand)Author
2006-04-24allow NAME=="value" to check for already assigned valueKay Sievers
2006-04-15apply format char to variables exported by ENVKay Sievers
2006-04-11fix typo in error messageMatt Kraai
2006-04-05merge device event handling and make database content available on "remove"Kay Sievers
2006-03-07warn about %e, MODALIAS, $modaliasKay Sievers
2006-02-15exit WAIT_FOR_SYSFS if the whole device goes awayKay Sievers
2006-01-31make WAIT_FOR_SYSFS usable in non "wait-only" rulesKay Sievers
2006-01-29let SYSFS{} look at the device, not only the parent deviceKay Sievers
2006-01-27remove redundant substitution of RUN keyKay 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-16fix BUS, ID, $id usageKay Sievers
2006-01-13better log test and commentsKay Sievers
2006-01-09replace libsysfsKay Sievers
2005-11-16remove "udev_db" option from config fileKay Sievers
2005-11-12remove all built-in wait_for_sysfs logicKay Sievers
2005-11-07add strerror() to error logsMarco d'Itri
2005-09-14fix a debug text typo in udev_rules.cOlivier Blin
2005-08-29check the udevdb before assigning a new %eKay Sievers
2005-08-28rename ...trailing_char() to ...trailing_chars()Kay Sievers
2005-08-28start to enforce plain ascii or valid utf8Kay Sievers
2005-08-27don't store devpath in udevdb, we don't need itKay Sievers
2005-08-27add and use name_list_cleanup() for cleaning up the string listsKay Sievers
2005-08-27change parameter order of udev_db_search_name()Kay Sievers
2005-08-26store ENV{key}="value" exported keys in the databaseKay Sievers
2005-08-16ENV{TEST}=="1" compares and ENV{TEST}="1" sets the environmentKay Sievers
2005-08-15cleanup some debug output and move to info level + unify select() loopsKay Sievers
2005-08-13fix more compiler warnings ...Kay Sievers
2005-08-11move some logging to the info levelKay Sievers
2005-08-11allow logging of all output from executed toolsKay Sievers
2005-08-08switch some strlcpy's to memcpyKay Sievers
2005-08-05read sysfs attribute also from parent class deviceKay 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-16thread unknown ENV{key} match as empty valueKay Sievers
2005-07-14fix typo in GROUP value applicationAnton Farygin
2005-07-12IMPORT: add {parent} to import the persistent data of the parent deviceKay Sievers
2005-07-12allow multiple values to be matched with KEY=="value1|value2"Kay Sievers
2005-07-12remember mapped rules stateKay Sievers
2005-07-07fix symlink values separated by multiple spacesKay Sievers
2005-07-07update RELEASE-NOTESKay 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-05pack parsed rules listKay Sievers
2005-07-04replace useless defines by inline textKay Sievers
2005-07-04move rule matches to functionKay Sievers
2005-07-03allow OPTIONS to be recognized for /sys/modules /sys/devices eventsKay Sievers
2005-06-27add ID_TYPE to the id probersKay Sievers
2005-06-26store the imported device information in the udevdbKay Sievers