summaryrefslogtreecommitdiff
path: root/udev.h
AgeCommit message (Collapse)Author
2014-01-08new version 0.2.1v0.2.1Lars Hanisch
- put cUdev classes into a namespace, since pvrinput uses the same code - add some vdr 2.1.3 compatibility stuff - remove an undetected NULL pointer dereference at udev monitor
2012-01-04sort device paths on udev-enum or SCNDLars Hanisch
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