Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: little bug in av7110.c?



Oliver Endriss wrote:
Wolfgang Thiel wrote:

shouldn't av7110.c lines 3718ff. be changed from

       case FE_DISEQC_SEND_MASTER_CMD:
       {
               struct dvb_diseqc_master_cmd *cmd = arg;

               SendDiSEqCMsg (av7110, cmd->msg_len, cmd->msg, 0);
               break;
       }
to
       case FE_DISEQC_SEND_MASTER_CMD:
       {
               struct dvb_diseqc_master_cmd *cmd = arg;

               SendDiSEqCMsg (av7110, cmd->msg_len, cmd->msg, -1);
               break;
       }

The current code code will always select MINI_A in each
DiSEqC-command? IMHO, it's better *not* to send any BURST by default.

Thx. You are right.
applied, many thanks!

Holger



--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index