Changeset 39435 for titan/titan/ca.h


Ignore:
Timestamp:
12/16/16 10:20:34 (7 years ago)
Author:
gost
Message:

[titan] arm.. dm900 add some function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ca.h

    r38428 r39435  
    142142
    143143        ret = dvbwrite(fd, buf, count, tout);
    144         if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1)
     144        if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1)
    145145                usleep(150000);
    146146        if(ret >= 0 && ret == count && dvbnode != NULL && dvbnode->caslot != NULL) dvbnode->caslot->poll = 0;
     
    15071507        free(buf); buf = NULL;
    15081508        dvbnode->caslot->poll = 0;
    1509         if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1)
     1509        if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1)
    15101510                sleep(1);
    15111511        return ret;
Note: See TracChangeset for help on using the changeset viewer.