요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
What: /sys/class/input/input(x)/device/startup
2
Date: March 2014
3
Contact: Carlo Caione <[email protected]>
4
Description: Startup time in us. Board is powered on if the button is pressed
5
for more than <startup_time>
7
What: /sys/class/input/input(x)/device/shutdown
8
Date: March 2014
9
Contact: Carlo Caione <[email protected]>
10
Description: Shutdown time in us. Board is powered off if the button is pressed
11
for more than <shutdown_time>
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Power-on press duration
1-6| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/input/input(x)/device/startup |
| Date | 2014년 3월 |
| Contact | Carlo Caione <[email protected]> |
| Description | Startup time을 microseconds 단위로 나타냅니다. Button을 <startup_time>보다 오래 누르면 board power가 켜집니다. |
AttributeUnitAction after threshold
startupusPower board on
shutdownusPower board off
동일한 button의 power-on과 power-off press duration입니다.
Power-off press duration
7-11| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/class/input/input(x)/device/shutdown |
| Date | 2014년 3월 |
| Contact | Carlo Caione <[email protected]> |
| Description | Shutdown time을 microseconds 단위로 나타냅니다. Button을 <shutdown_time>보다 오래 누르면 board power가 꺼집니다. |
Power-key press thresholds
sysfs-driver-input-axp-pek:1-11startup과 shutdown은 각각 board를 켜고 끄기 위해 button press가 초과해야 하는 microsecond threshold입니다.