Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts network scan: remove debug printf(), add help for init+idle sc…
…an checkboxes
  • Loading branch information
perexg committed Nov 14, 2014
1 parent af4a2af commit fdbe678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/html/config_tvadapters.html
Expand Up @@ -30,6 +30,12 @@ <h3>The adapters and tuners are listed / edited in a tree</h3>
<p>
<dt><b>Networks</b></dt>
<dd>Associate this device with one or more networks.</dd>
<p>
<dt><b>Init Scan</b></dt>
<dd>Allow the initial scan tuning on this device.</dd>
<p>
<dt><b>Idle Scan</b></dt>
<dd>Allow the idle scan tuning on this device.</dd>
<p>
<dt><b>Power Save</b></dt>
<dd>If enabled, allows the tuner to go to sleep when idle.</dd>
Expand Down
1 change: 0 additions & 1 deletion src/input/mpegts/mpegts_network_scan.c
Expand Up @@ -50,7 +50,6 @@ mpegts_network_scan_timer_cb ( void *p )
assert(mm->mm_scan_state == MM_SCAN_STATE_PEND);

/* Attempt to tune */
printf("mm->mm_scan_flags = 0x%x\n", mm->mm_scan_flags);
r = mpegts_mux_subscribe(mm, "scan", mm->mm_scan_weight, mm->mm_scan_flags);

/* Started */
Expand Down

0 comments on commit fdbe678

Please sign in to comment.