Current kernels include support for Legacy dish-network switches
(ioctl: FE_DISHNETWORK_SEND_LEGACY_CMD) which I added for the stv0299
frontends a while back. Although the function is just a series of
set-voltage/precise-wait calls, it is implemented in stv0299.c directly
because I've seen that budget cards based on the stv0299 chip can take
a long time to query information, and a set-voltage command queries the
card before setting the voltage.<br>
<br>
In any case, I'd like to implement a generic fallback function for all
other cards in the case that
fe->ops->dishnetwork_send_legacy_command is not defined but
fe->ops->set_voltage is. The question is: In which file
would I put such a function definition? Looking at dvb_frontend.c
I don't see any similar ioctl commands that have fallbacks like this.<br>
<br>
Thanks,<br>
Noone<br>