Changeset 41425
- Timestamp:
- 12/15/17 18:18:03 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/ca.h
r40711 r41425 142 142 if(dvbnode->caslot != NULL && flag == 0) dvbnode->caslot->fastrun = getconfigint("camwait", NULL); 143 143 } 144 144 if(checkbox("HD51") == 1) 145 usleep(150000); 145 146 ret = dvbwrite(fd, buf, count, tout); 146 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 )147 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("HD51") == 1) 147 148 usleep(150000); 148 149 if(ret >= 0 && ret == count && dvbnode != NULL && dvbnode->caslot != NULL) dvbnode->caslot->poll = 0; … … 1894 1895 free(buf); buf = NULL; 1895 1896 dvbnode->caslot->poll = 0; 1896 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 )1897 if(checkbox("DM7020HD") == 1 || checkbox("DM7020HDV2") == 1 || checkbox("DM900") == 1 || checkbox("DM520") == 1 || checkbox("DM525") == 1 || checkbox("HD51") == 1) 1897 1898 sleep(1); 1898 1899 return ret;
Note: See TracChangeset
for help on using the changeset viewer.