← Documents Documentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480 GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

FSA9480 device and switch sysfs ABI

FSA9480에 연결된 USB·UART·charger·JIG device type과 VAUDIO·UART·AUDIO·DHOST·AUTO manual switch paths를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Attached device type

sysfs-bus-i2c-devices-fsa9480:1-13

device attribute는 연결된 accessory를 NONE, USB, UART, CHARGER 또는 JIG 값으로 표시합니다.

Manual switch path

sysfs-bus-i2c-devices-fsa9480:15-27

switch attribute는 manual switch state를 표시하거나 설정하며 VAUDIO, UART, AUDIO, DHOST 또는 device 기반 AUTO path를 선택합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/i2c/devices/.../device
2 Date: February 2011
3 Contact: Minkyu Kang <[email protected]>
4 Description:
5 show what device is attached
6
7 ======= ======================
8 NONE no device
9 USB USB device is attached
10 UART UART is attached
11 CHARGER Charger is attached
12 JIG JIG is attached
13 ======= ======================
14
15 What: /sys/bus/i2c/devices/.../switch
16 Date: February 2011
17 Contact: Minkyu Kang <[email protected]>
18 Description:
19 show or set the state of manual switch
20
21 ======= ==============================
22 VAUDIO switch to VAUDIO path
23 UART switch to UART path
24 AUDIO switch to AUDIO path
25 DHOST switch to DHOST path
26 AUTO switch automatically by device
27 ======= ==============================
28

3. 한국어 전문 번역

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

Attached device type

1-13
항목전문 번역
What/sys/bus/i2c/devices/.../device
Date2011년 2월
ContactMinkyu Kang <[email protected]>
Description어떤 device가 연결되어 있는지 표시합니다.
의미
NONE연결된 device가 없습니다.
USBUSB device가 연결되어 있습니다.
UARTUART가 연결되어 있습니다.
CHARGERCharger가 연결되어 있습니다.
JIGJIG가 연결되어 있습니다.

Manual switch path

15-27
항목전문 번역
What/sys/bus/i2c/devices/.../switch
Date2011년 2월
ContactMinkyu Kang <[email protected]>
DescriptionManual switch의 state를 표시하거나 설정합니다.
의미
VAUDIOVAUDIO path로 전환합니다.
UARTUART path로 전환합니다.
AUDIOAUDIO path로 전환합니다.
DHOSTDHOST path로 전환합니다.
AUTODevice에 따라 자동으로 전환합니다.