Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] diseqc in DVB/apps/szap/szap.c
In function diseqc of DVB/apps/szap/szap.c we have:
(sat_no / 4) % 2 ? SEC_MINI_B : SEC_MINI_A);
if sat_no is the satellite number we always get the same result for
the typical 1-4. I think the "/ 4" should not be there:
sat_no % 2 ? SEC_MINI_B : SEC_MINI_A);
(this should have no impact on modern diseqc switches which I think
listen to proper commands rather than this, but I have a dumb one.)
--
franck@nenie.org
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index