Changeset 41426


Ignore:
Timestamp:
12/15/17 22:52:25 (6 years ago)
Author:
gost
Message:

[titan] fix same ca modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ca.h

    r41425 r41426  
    128128{
    129129        int ret = 0;
     130        int i = 0;
    130131
    131132        if(dvbnode != NULL)
     
    144145        if(checkbox("HD51") == 1)
    145146                usleep(150000);
     147        for(i = 0; i < 10; i++)
     148        {
     149                ret = dvbwrite(fd, buf, count, tout);
     150                if(ret > 0)
     151                        break;
     152                sleep(1);
     153        }
    146154        ret = dvbwrite(fd, buf, count, tout);
    147155        if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("HD51") == 1)
Note: See TracChangeset for help on using the changeset viewer.