Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@cap:/usr/src/tvheadend# curl http://sprunge.us/gHVd
- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
- index b2f7dd3..1f9917a 100644
- --- a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
- +++ b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
- @@ -762,6 +762,11 @@ linuxdvb_frontend_tune0
- /* S2 tuning */
- #if DVB_API_VERSION >= 5
- +#if ENABLE_TRACE
- + int i;
- + for (i = 0; i < cmdseq.num; i++)
- + tvhtrace("linuxdvb", "S2CMD %02u => %u", cmds[i].cmd, cmds[i].u.data);
- +#endif
- r = ioctl(lfe->lfe_fe_fd, FE_SET_PROPERTY, &cmdseq);
- /* v3 tuning */
- root@cap:/usr/src/tvheadend# git apply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement