Age | Commit message (Collapse) | Author |
|
- 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
|
|
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.
|
|
detached on unplugging
|
|
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.
|
|
|