Feature #1955
Power saving: add script call to disable DVB receiver if not supported by device firmware
Status:
New
Priority:
Normal
Assignee:
-
Category:
DVB
Target version:
-
Start date:
2014-01-28
Due date:
% Done:
0%
Estimated time:
Description
I am using a DVB-S TT-connect S2-3600 at a RaspberryPi. This receiver draws a lot of power even if I check "Close device handle when idle" and disable "Idle scanning". Two fields to register shell scripts would be helpful. Then these scripts are called every time tvheadend starts/stops accessing the receiver. Inside the power-down script I could unload the kernel module and disable the power of the USB port. With no USB power the receiver goes to standby. Before the device is opened again, the power-up script could restore USB power and reload the kernel modules.