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