Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
dvblast
Commits
b624f202
Commit
b624f202
authored
May 27, 2010
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DVB-S: determine satellite number was off
Use szap-s2 method instead, this seems to give consistent results now
parent
9e2397af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dvb.c
dvb.c
+1
-1
No files found.
dvb.c
View file @
b624f202
...
@@ -425,7 +425,7 @@ static int FrontendDoDiseqc(void)
...
@@ -425,7 +425,7 @@ static int FrontendDoDiseqc(void)
struct
dvb_diseqc_master_cmd
cmd
=
struct
dvb_diseqc_master_cmd
cmd
=
{
{
0xe0
,
0x10
,
0x38
,
0xf0
,
0x00
,
0x00
},
4
};
{
{
0xe0
,
0x10
,
0x38
,
0xf0
,
0x00
,
0x00
},
4
};
cmd
.
msg
[
3
]
=
0xf0
/* reset bits */
cmd
.
msg
[
3
]
=
0xf0
/* reset bits */
|
((
i_satnum
-
1
)
<<
2
)
|
((
i_satnum
*
4
)
&
0x0f
)
|
(
fe_voltage
==
SEC_VOLTAGE_13
?
0
:
2
)
|
(
fe_voltage
==
SEC_VOLTAGE_13
?
0
:
2
)
|
(
fe_tone
==
SEC_TONE_ON
?
1
:
0
);
|
(
fe_tone
==
SEC_TONE_ON
?
1
:
0
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment