Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261287
b: refs/heads/master
c: cde291d
h: refs/heads/master
i:
  261285: 8754850
  261283: ba2e122
  261279: 435ad55
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 8a7baf4 commit eb9161b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b680d1b4e7e0c561d1523d5155212705fcbb10a
refs/heads/master: cde291dfd7df3f7202078afcf27e9bb21ea76d0c
15 changes: 13 additions & 2 deletions trunk/Documentation/DocBook/media/dvb/ca.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ typedef struct ca_descr_info {
<section id="ca-caps">
<title>ca_caps_t</title>
<programlisting>
typedef struct ca_cap_s {
typedef struct ca_caps {
unsigned int slot_num; /&#x22C6; total number of CA card and module slots &#x22C6;/
unsigned int slot_type; /&#x22C6; OR of all supported types &#x22C6;/
unsigned int descr_num; /&#x22C6; total number of descrambler slots (keys) &#x22C6;/
Expand Down Expand Up @@ -75,7 +75,18 @@ typedef struct ca_descr {
unsigned char cw[8];
} ca_descr_t;
</programlisting>
</section></section>
</section>

<section id="ca-pid">
<title>ca-pid</title>
<programlisting>
typedef struct ca_pid {
unsigned int pid;
int index; /&#x22C6; -1 == disable&#x22C6;/
} ca_pid_t;
</programlisting>
</section></section>

<section id="ca_function_calls">
<title>CA Function Calls</title>

Expand Down

0 comments on commit eb9161b

Please sign in to comment.