Advertisement
Guest User

Untitled

a guest
Aug 9th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. root@cap:/usr/src/tvheadend# curl http://sprunge.us/gHVd
  2. diff --git a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
  3. index b2f7dd3..1f9917a 100644
  4. --- a/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
  5. +++ b/src/input/mpegts/linuxdvb/linuxdvb_frontend.c
  6. @@ -762,6 +762,11 @@ linuxdvb_frontend_tune0
  7.  
  8. /* S2 tuning */
  9. #if DVB_API_VERSION >= 5
  10. +#if ENABLE_TRACE
  11. + int i;
  12. + for (i = 0; i < cmdseq.num; i++)
  13. + tvhtrace("linuxdvb", "S2CMD %02u => %u", cmds[i].cmd, cmds[i].u.data);
  14. +#endif
  15. r = ioctl(lfe->lfe_fe_fd, FE_SET_PROPERTY, &cmdseq);
  16.  
  17. /* v3 tuning */
  18.  
  19. root@cap:/usr/src/tvheadend# git apply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement