Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-24 | use the event udev_device to disable the watch on "remove" | Kay Sievers | |
2009-02-24 | remove static local variable | Kay Sievers | |
2009-02-23 | Put a log message in a more sensible place. | Scott James Remnant | |
2009-02-23 | Use the udevdb to speed up watch clearing. | Scott James Remnant | |
Also return a udev_device when looking up by handle as well, so everything works the same way. | |||
2009-02-23 | Store watch handle in db. | Scott James Remnant | |
2009-02-23 | Cleanup a little. | Scott James Remnant | |
Move some of the checks into udev_watch_begin() and udev_watch_clear() so we don't have to repeat them all the time. | |||
2009-02-13 | rules: add "watch" option to dm and md rules | Kay Sievers | |
2009-02-11 | use global "reload_config" flag | Kay Sievers | |
2009-02-11 | udevd: optionally watch device nodes with inotify | Scott James Remnant | |
This allows you to re-process the rules if the content of the device has been changed, most useful for block subsystem to cause vol_id to be run again. |