summaryrefslogtreecommitdiff
path: root/udev.h
AgeCommit message (Collapse)Author
2011-10-26add udev monitor for remove events of usb hardware so devices can be ↵Lars Hanisch
detached on unplugging
2011-03-24enumerate dvb devices with udev so every adapter is found even if not "in a row"Lars Hanisch
You can use the udev property "dynamite_ignore" to preserve a device from being attached. With the udev property "dynamite_instanceid" the devices can be associated with different vdr instances.
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