brintos

brintos / linux-shallow public Read only

0
0
Text · 1.9 KiB · 337ef6c Raw
68 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3.. include:: <isonum.txt>4 5########################################6Linux Media Infrastructure userspace API7########################################8 9This section contains the  driver development information and Kernel APIs10used by media devices.11 12Please see:13 14Documentation/admin-guide/media/index.rst15 16  - for usage information about media subsystem and supported drivers;17 18Documentation/driver-api/media/index.rst19 20  - for driver development information and Kernel APIs used by21    media devices;22 23 24.. toctree::25    :caption: Table of Contents26    :maxdepth: 127 28    intro29    v4l/v4l230    dvb/dvbapi31    rc/remote_controllers32    mediactl/media-controller33    cec/cec-api34    gen-errors35 36    glossary37 38    fdl-appendix39 40    drivers/index41 42**Copyright** |copy| 2009-2020 : LinuxTV Developers43 44::45 46  Permission is granted to copy, distribute and/or modify this document47  under the terms of the GNU Free Documentation License, Version 1.1 or48  any later version published by the Free Software Foundation, with no49  Invariant Sections. A copy of the license is included in the chapter50  entitled "GNU Free Documentation License".51 52Please notice that some documents inside the media userspace API,53when explicitly mentioned on its source code, are dual-licensed54with GNU Free Documentation License  Version 1.1 and with the55GNU General Public License::56 57  This documentation is free software; you can redistribute it and/or modify it58  under the terms of the GNU General Public License as published by the Free59  Software Foundation; either version 2 of the License, or (at your option) any60  later version.61 62  This program is distributed in the hope that it will be useful, but WITHOUT63  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or64  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for65  more details.66 67  For more details see the file COPYING in the source distribution of Linux.68