Advertisement
Guest User

64_lnbs_support

a guest
Oct 12th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.09 KB | None | 0 0
  1. --- src/dvb/diseqc.c.old        2012-10-12 20:47:38.281587436 +0200
  2. +++ src/dvb/diseqc.c    2012-10-12 21:37:45.019415122 +0200
  3. @@ -30,7 +30,19 @@
  4.    { { 0xe0, 0x10, 0x39, 0xf0, 0x00, 0x00 }, 4 },
  5.    { { 0xe0, 0x10, 0x39, 0xf1, 0x00, 0x00 }, 4 },
  6.    { { 0xe0, 0x10, 0x39, 0xf2, 0x00, 0x00 }, 4 },
  7. -  { { 0xe0, 0x10, 0x39, 0xf3, 0x00, 0x00 }, 4 }
  8. +  { { 0xe0, 0x10, 0x39, 0xf3, 0x00, 0x00 }, 4 },
  9. +  { { 0xe0, 0x10, 0x39, 0xf4, 0x00, 0x00 }, 4 },
  10. +  { { 0xe0, 0x10, 0x39, 0xf5, 0x00, 0x00 }, 4 },
  11. +  { { 0xe0, 0x10, 0x39, 0xf6, 0x00, 0x00 }, 4 },
  12. +  { { 0xe0, 0x10, 0x39, 0xf7, 0x00, 0x00 }, 4 },
  13. +  { { 0xe0, 0x10, 0x39, 0xf8, 0x00, 0x00 }, 4 },
  14. +  { { 0xe0, 0x10, 0x39, 0xf9, 0x00, 0x00 }, 4 },
  15. +  { { 0xe0, 0x10, 0x39, 0xfa, 0x00, 0x00 }, 4 },
  16. +  { { 0xe0, 0x10, 0x39, 0xfb, 0x00, 0x00 }, 4 },
  17. +  { { 0xe0, 0x10, 0x39, 0xfc, 0x00, 0x00 }, 4 },
  18. +  { { 0xe0, 0x10, 0x39, 0xfd, 0x00, 0x00 }, 4 },
  19. +  { { 0xe0, 0x10, 0x39, 0xfe, 0x00, 0x00 }, 4 },
  20. +  { { 0xe0, 0x10, 0x39, 0xff, 0x00, 0x00 }, 4 }
  21.  };
  22.  
  23.  /*--------------------------------------------------------------------------*/
  24. @@ -57,7 +69,7 @@
  25.          fe_fd, input, voltage, band, diseqc_ver, i, j);
  26.  #endif
  27.    /* check for invalid input number or diseqc command indexes */
  28. -  if(input < 0 || input >=16 || i < 0 || i >= 16 || j < 0 || j >= 4)
  29. +  if(input < 0 || input >=64 || i < 0 || i >= 16 || j < 0 || j >= 16)
  30.      return -1;
  31.  
  32.    /* turn off continuous tone */
  33. --- docs/html/config_dvb.html.old       2012-10-12 22:27:36.161976395 +0200
  34. +++ docs/html/config_dvb.html   2012-10-12 22:49:59.489548538 +0200
  35. @@ -257,7 +257,11 @@
  36.    
  37.    <dt>Switchport
  38.    <dd>Port number to select for this configuration (numbering begins at 0).
  39. -  
  40. +  <dd>In DiseqC 1.0 configurations ports 0-3 are accepted.
  41. +  <dd>In DiseqC 1.1 configurations ports 0-63 are accepted.
  42. +  <dd>1-4 need for LNBs after uncommited switch input 1.
  43. +      Then 5-9 and so on to support up to 16 ports on DiseqC 1.1 switch.
  44. +
  45.    <dt>LNB type
  46.    <dd>Select the LNB type from the list of supported LNBs. If your LNB
  47.        is not supported please contact the Tvheadend team.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement