]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix: timer for grace period was in ms when the rotor returned its waiting period... 384/head
authorGary The Brown <djfreakwenc@gmail.com>
Mon, 28 Apr 2014 03:52:49 +0000 (04:52 +0100)
committerGary The Brown <djfreakwenc@gmail.com>
Mon, 28 Apr 2014 03:52:49 +0000 (04:52 +0100)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index e0dbf1627de67bd4c5265252c0b554e79a62cbf4..f2aebf7773ebe16610ecf22f3b8567c634cd43a0 100644 (file)
@@ -643,7 +643,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
 
     /* Pending */
     if (r != 0) {
-      gtimer_arm_ms(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
+      gtimer_arm(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
       ls->ls_diseqc_idx = i + 1;
       return 0;
     }