summaryrefslogtreecommitdiff
path: root/monitor.c
AgeCommit message (Collapse)Author
2011-02-23move reading of udev properties from the monitor to the attacherLars Hanisch
Now they are recognized on devices present at startup.
2011-02-17dynamite can call an external program if the GetTSTimeout of a device triggersLars Hanisch
In setup.conf set dynamite.GetTSTimeoutHandler to a program you want to execute. If the udev-property dynamite_timeout_handler_arg is set it will be passed as the argument to it otherwise the devpath with wich the device was attached to dynamite.
2011-02-10add parsing of watchdog timeout set by udev ruleLars Hanisch
2011-02-02add generic udev-filterLars Hanisch
Other plugins can add a filter for different subsystems and devnodes. example: AddUdevMonitor video4linux /dev/video If udev signals an "add"-event whose devnode starts with "/dev/video" the whole devnode is queued for attaching.
2011-02-02initial commit of version 0.0.5cLars Hanisch