summaryrefslogtreecommitdiff
path: root/monitor.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
2011-10-26react on first udev remove message which starts with the given syspathv0.0.8bLars Hanisch
On some devices udev will only signal a remove of an i2c device if the frontend of a dvb-usb-device is still in use.
2011-10-26add udev monitor for remove events of usb hardware so devices can be ↵Lars Hanisch
detached on unplugging
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