요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/bus/wmi/devices/86CCFD48-205E-4A77-9C48-2021CBEDE341[-X]/force_power
2
Date: September 2017
3
KernelVersion: 4.15
4
Contact: "Mario Limonciello" <[email protected]>
5
Description:
6
Modify the platform force power state, influencing
7
Thunderbolt controllers to turn on or off when no
8
devices are connected (write-only)
9
There are two available states:
11
* 0 -> Force power disabled
12
* 1 -> Force power enabled
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Intel WMI Thunderbolt force-power sysfs ABI: force power
1-12| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/bus/wmi/devices/86CCFD48-205E-4A77-9C48-2021CBEDE341[-X]/force_power |
| Date | 2017년 9월 |
| KernelVersion | 4.15 |
| Contact | "Mario Limonciello" <[email protected]> |
| Description | `/sys/bus/wmi/devices/86CCFD48-205E-4A77-9C48-2021CBEDE341[-X]/force_power`는 platform force-power state를 변경하여 연결된 devices가 없을 때 Thunderbolt controllers를 on 또는 off하도록 합니다. 이 attribute는 write-only입니다. `0`은 force power disabled, `1`은 force power enabled입니다. |
ValueState
0Force power disabled
1Force power enabled
Write-only value와 controller power policy를 대응시킵니다.
Thunderbolt controller force power
sysfs-platform-intel-wmi-thunderbolt:1-12Device가 연결되지 않은 idle 상태에서도 controller 전원을 강제로 유지할지 write-only 0/1 value로 선택합니다.