요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
=============
Linux USB API
=============
.. toctree::
:maxdepth: 1
usb
gadget
anchors
bulk-streams
callbacks
dma
URB
power-management
hotplug
persist
error-codes
writing_usb_driver
dwc3
writing_musb_glue_layer
typec
typec_bus
usb3-debug-port
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Linux USB API 문서 목차
1-31이 페이지는 Linux USB API 문서 묶음의 최상위 목차입니다. `toctree`의 `maxdepth`는 1이며 host·gadget core부터 driver 작성법과 controller-specific 문서까지 연결합니다.
Core·전송 문서에는 `usb`, `gadget`, `anchors`, `bulk-streams`, `callbacks`, `dma`, `URB`, `power-management`, `hotplug`, `persist`, `error-codes`가 포함됩니다.
개발·controller·Type-C 문서에는 `writing_usb_driver`, `dwc3`, `writing_musb_glue_layer`, `typec`, `typec_bus`, `usb3-debug-port`가 포함됩니다.
Subproject의 HTML 출력에서는 **Indices** 절과 `genindex` 링크도 제공합니다.
=============
Linux USB API
=============
.. toctree::
:maxdepth: 1
usb
gadget
anchors
bulk-streams
callbacks
dma
URB
power-management
hotplug
persist
error-codes
writing_usb_driver
dwc3
writing_musb_glue_layer
typec
typec_bus
usb3-debug-port
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
요약·해설
index.rst:1-31Linux USB API index는 host와 gadget core, 전송 lifecycle, 개발 guide, controller와 Type-C 문서를 한 단계 toctree로 연결합니다.