← Documents Documentation/ABI/testing/sysfs-class-led-driver-aw200xx GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

AW200xx LED DIM current sysfs ABI

AW200xx LED의 64-level DIM current와 brightness 기반 auto 계산 mode를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-class-led-driver-aw200xx
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

DIM current control

sysfs-class-led-driver-aw200xx:1-5

직접 DIM level과 음수·auto 입력의 brightness 연동 계산을 구분합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/class/leds/<led>/dim
2 Date: May 2023
3 Description: 64-level DIM current. If you write a negative value or
4 "auto", the dim will be calculated according to the
5 brightness.
6

3. 한국어 전문 번역

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

AW200xx DIM current

1-5
항목한국어 전문 번역
What/sys/class/leds/<led>/dim
Date2023년 5월
Description64-level DIM current입니다. 음수 값 또는 "auto"를 쓰면 brightness에 따라 dim을 계산합니다.
AW200xx dim 입력
입력동작
0-63 levelDIM current 직접 설정
음수 또는 autoBrightness에 따라 DIM 계산

직접 DIM level과 자동 계산 mode를 구분합니다.