mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
8e080c2e6c
The V4L and DVB API's are there for a long time. however, up to now, no efforts were done to merge them to kernel DocBook. This patch adds the current versions of the specs as an unique compendium. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 lines
554 B
XML
12 lines
554 B
XML
<title>DVB Network API</title>
|
|
<para>The DVB net device enables feeding of MPE (multi protocol encapsulation) packets
|
|
received via DVB into the Linux network protocol stack, e.g. for internet via satellite
|
|
applications. It can be accessed through <emphasis role="tt">/dev/dvb/adapter0/net0</emphasis>. Data types and
|
|
and ioctl definitions can be accessed by including <emphasis role="tt">linux/dvb/net.h</emphasis> in your
|
|
application.
|
|
</para>
|
|
<section id="dvb_net_types">
|
|
<title>DVB Net Data Types</title>
|
|
<para>To be written…
|
|
</para>
|
|
</section>
|