← Documents Documentation/input/index.rst GitHub 원문 ↗

Linux 6.18.37 · Input

Input Documentation

Linux input subsystem의 userspace API, kernel API와 장치 문서를 잇는 최상위 색인입니다.

Source pathDocumentation/input/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

index.rst:1-19

Input Documentation의 세 갈래인 사용자 공간 API, kernel API, 장치별 문서를 연결합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 ===================
2 Input Documentation
3 ===================
4
5 Contents:
6
7 .. toctree::
8 :maxdepth: 2
9
10 input_uapi
11 input_kapi
12 devices/index
13
14 .. only:: subproject and html
15
16 Indices
17 =======
18
19 * :ref:`genindex`
20

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

Input Documentation

1-19

Linux input 문서의 최상위 색인입니다. 사용자 공간 API, kernel API, 장치별 문서를 최대 깊이 2의 목차로 연결하며 subproject HTML build에서는 일반 색인도 표시합니다.

Input Documentation 문서 연결
하위 문서역할
`input_uapi`Linux Input Subsystem userspace API
`input_kapi`Linux Input Subsystem kernel API
`devices/index`장치별 input 문서
`:ref:`genindex`Subproject HTML 일반 색인

Sphinx toctree에 나열된 하위 문서를 역할별로 정리했습니다.

Input Documentation 탐색
Input subsystem 상위 색인 열기Kernel API 또는 userspace API 범위 선택필요한 protocol·device·programming 문서 선택하위 문서의 세부 규약 확인

상위 색인에서 필요한 API 문서로 이동하는 경로입니다.

===================
Input Documentation
===================

Contents:

.. toctree::
   :maxdepth: 2

   input_uapi
   input_kapi
   devices/index

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`