Changeset 39435 for titan/titan/ca.h
- Timestamp:
- 12/16/16 10:20:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/ca.h
r38428 r39435 142 142 143 143 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) 145 145 usleep(150000); 146 146 if(ret >= 0 && ret == count && dvbnode != NULL && dvbnode->caslot != NULL) dvbnode->caslot->poll = 0; … … 1507 1507 free(buf); buf = NULL; 1508 1508 dvbnode->caslot->poll = 0; 1509 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 )1509 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1) 1510 1510 sleep(1); 1511 1511 return ret;
Note: See TracChangeset
for help on using the changeset viewer.