Changeset 41076 for titan


Ignore:
Timestamp:
10/30/17 20:35:27 (6 years ago)
Author:
gost
Message:

[titan] optimize scan with fbc tuner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41069 r41076  
    695695                        return 0;
    696696                }
     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                }
    697705                usleep(1000);
    698706        }
    699707        debug(200, "wait for tuner end");
    700 
    701708        //if(ev.status & FE_HAS_LOCK)
    702709        //      return 0;
Note: See TracChangeset for help on using the changeset viewer.