summaryrefslogtreecommitdiff
path: root/udev.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-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