summaryrefslogtreecommitdiff
path: root/dynamicdevice.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-09-04add patch for vdr 1.7.21 and refactored patch for vdr 1.7.20 to work with ↵v0.0.8Lars Hanisch
dynamite 0.0.8
2011-09-04add two new parameters to activate the auto-idle-modeLars Hanisch
2011-08-17add patch for vdr 1.7.19 and add support for new virtual methods of cDevicev0.0.6hLars Hanisch
2011-07-13add italian translations and an idle-hookv0.0.6gLars Hanisch
2011-06-15add udev property dynamite_cardindex to attach a device at a preferred slot ↵Lars Hanisch
(if free)
2011-03-25add some OSD functionalityv0.0.6aLars Hanisch
2011-03-18add new command ForceDetachDevice, the device will be detached regardless of ↵Lars Hanisch
any receivers or locks
2011-02-26add new command DTAD for detaching all devicesLars Hanisch
2011-02-26a little bit of refactoringLars Hanisch
- while in cDvbDeviceProbe create only as much cDynamicDevice-objects as needed - create dummy-device-probe only if specified on command line option "--dummy-probe"
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-17add manual option to set a device into idle modeLars Hanisch
dvbdevices should close all their handles and can't be used for epg-scan. So be careful to not disable all devices or you won't get epg. A timer or channel-switch should reactivate the device (hopefully).
2011-02-17Merge branch 'master' of projects.vdr-developer.org:vdr-plugin-dynamiteLars Hanisch
2011-02-17support idle-option of cDeviceLars Hanisch
2011-02-17dynamite can call an external program if the GetTSTimeout of a device triggersLars Hanisch
In setup.conf set dynamite.GetTSTimeoutHandler to a program you want to execute. If the udev-property dynamite_timeout_handler_arg is set it will be passed as the argument to it otherwise the devpath with wich the device was attached to dynamite.
2011-02-10add parsing of watchdog timeout set by udev ruleLars Hanisch
2011-02-02initial commit of version 0.0.5cLars Hanisch