- Timestamp:
- 10/30/17 20:35:27 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/frontenddev.h
r41069 r41076 695 695 return 0; 696 696 } 697 if(dvbnode != NULL && ostrstr(dvbnode->feinfo->name, "BCM45208") != NULL) 698 { 699 if(status & FE_TIMEDOUT) 700 { 701 debug(200, "wait for tuner end with FE_TIMEDOUT"); 702 return 1; 703 } 704 } 697 705 usleep(1000); 698 706 } 699 707 debug(200, "wait for tuner end"); 700 701 708 //if(ev.status & FE_HAS_LOCK) 702 709 // return 0;
Note: See TracChangeset
for help on using the changeset viewer.