← Documents Documentation/wmi/devices/index.rst GitHub 원문 ↗

Linux 6.18.37 · WMI / Index

Driver-specific Documentation

Linux kernel이 지원하는 WMI 장치별 protocol과 driver 문서의 색인입니다.

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

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

1. 요약·해설

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

요약·해설

index.rst:1-22

Linux kernel이 지원하는 WMI 장치별 protocol과 driver 문서의 색인입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0-or-later
2
3 =============================
4 Driver-specific Documentation
5 =============================
6
7 This section provides information about various devices supported by
8 the Linux kernel, their protocols and driver details.
9
10 .. toctree::
11 :maxdepth: 1
12 :numbered:
13 :glob:
14
15 *
16
17 .. only:: subproject and html
18
19 Indices
20 =======
21
22 * :ref:`genindex`
23

3. 한국어 전문 번역

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

WMI 장치 드라이버 문서 목록

1-22

이 절은 Linux kernel이 지원하는 여러 WMI 장치, 각 protocol과 driver 세부 정보를 모읍니다.

Sphinx `toctree`는 이 directory의 문서를 이름순으로 포함하고 항목에 번호를 붙입니다. HTML subproject에서는 일반 색인도 제공합니다.

.. SPDX-License-Identifier: GPL-2.0-or-later

=============================
Driver-specific Documentation
=============================

This section provides information about various devices supported by
the Linux kernel, their protocols and driver details.

.. toctree::
   :maxdepth: 1
   :numbered:
   :glob:

   *

.. only:: subproject and html

   Indices
   =======

   * :ref:`genindex`