요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
.. SPDX-License-Identifier: GPL-2.0
.. include:: <isonum.txt>
.. _v4l-drivers_uapi:
################################################
Video4Linux (V4L) driver-specific documentation
################################################
**Copyright** |copy| 1999-2016 : LinuxTV Developers
This documentation is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
For more details see the file COPYING in the source distribution of Linux.
.. toctree::
:caption: Table of Contents
:maxdepth: 5
:numbered:
aspeed-video
camera-sensor
ccs
cx2341x-uapi
dw100
imx-uapi
max2175
npcm-video
omap3isp-uapi
thp7312
uvcvideo
vgxy61
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
저작권과 license
1-23이 페이지는 Video4Linux(V4L) driver-specific documentation의 색인입니다. Copyright 1999–2016 LinuxTV Developers입니다.
문서는 Free Software Foundation이 공개한 GNU General Public License version 2 조건에 따라 재배포하거나 수정할 수 있는 free software입니다.
유용하기를 바라며 배포하지만 MERCHANTABILITY 또는 FITNESS FOR A PARTICULAR PURPOSE를 포함한 어떠한 warranty도 제공하지 않습니다. 자세한 조건은 Linux source distribution의 `COPYING` file을 참고합니다.
색인 문서의 배포 조건을 요약합니다.
.. SPDX-License-Identifier: GPL-2.0
.. include:: <isonum.txt>
.. _v4l-drivers_uapi:
################################################
Video4Linux (V4L) driver-specific documentation
################################################
**Copyright** |copy| 1999-2016 : LinuxTV Developers
This documentation is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation version 2 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.
For more details see the file COPYING in the source distribution of Linux.
Driver-specific 문서 목록
24-40toctree는 최대 깊이 5, 번호 매김을 사용하며 다음 driver-specific 문서를 순서대로 포함합니다.
원문의 toctree 순서를 보존합니다.
색인에서 device별 uAPI 설명으로 이동합니다.
.. toctree::
:caption: Table of Contents
:maxdepth: 5
:numbered:
aspeed-video
camera-sensor
ccs
cx2341x-uapi
dw100
imx-uapi
max2175
npcm-video
omap3isp-uapi
thp7312
uvcvideo
vgxy61
요약·해설
index.rst:1-40V4L driver별 format, control과 event 문서로 진입하는 번호 매김 색인입니다. translations 제외 번역 대상의 일부이며 색인 문구와 12개 toctree 항목을 모두 보존했습니다.