← Documents Documentation/admin-guide/media/cardlist.rst GitHub 원문 ↗

Linux 6.18.37 · Administration / Media

Cards List

Media subsystem의 USB, PCI, platform, radio, I²C, 기타 지원 card 목록으로 연결합니다.

Source pathDocumentation/admin-guide/media/cardlist.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

지원 장치 분류

cardlist.rst:1-29

장치 bus와 platform 특성에 따라 card list를 나눠 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ==========
4 Cards List
5 ==========
6
7 The media subsystem provide support for lots of PCI and USB drivers, plus
8 platform-specific drivers. It also contains several ancillary I²C drivers.
9
10 The platform-specific drivers are usually present on embedded systems,
11 or are supported by the main board. Usually, setting them is done via
12 OpenFirmware or ACPI.
13
14 The PCI and USB drivers, however, are independent of the system's board,
15 and may be added/removed by the user.
16
17 You may also take a look at
18 https://linuxtv.org/wiki/index.php/Hardware_Device_Information
19 for more details about supported cards.
20
21 .. toctree::
22 :maxdepth: 2
23
24 usb-cardlist
25 pci-cardlist
26 platform-cardlist
27 radio-cardlist
28 i2c-cardlist
29 misc-cardlist
30

3. 한국어 전문 번역

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

지원 card 목록

1-29

Media subsystem은 많은 PCI·USB driver와 platform-specific driver를 지원하며 여러 ancillary I²C driver도 포함합니다.

Platform-specific driver는 보통 embedded system에 있거나 main board가 지원하며 OpenFirmware 또는 ACPI로 설정합니다. PCI와 USB driver는 system board와 독립적이므로 사용자가 추가하거나 제거할 수 있습니다.