← Documents Documentation/ABI/obsolete/sysfs-driver-samsung-laptop GitHub 원문 ↗

Linux 6.18.37 · ABI / obsolete

Samsung battery life extender obsolete ABI

Samsung laptop의 maximum charge를 100% 또는 80%로 제한해 battery cycle life를 조절하던 sysfs ABI를 설명합니다.

Source pathDocumentation/ABI/obsolete/sysfs-driver-samsung-laptop
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Maximum battery charge mode

sysfs-driver-samsung-laptop:1-10

0은 100%까지 충전하는 normal mode이고 1은 최대 80%로 제한하는 battery life extender mode입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/devices/platform/samsung/battery_life_extender
2 Date: December 1, 2011
3 KernelVersion: 3.3
4 Contact: Corentin Chary <corentin.chary@gmail.com>
5 Description: Max battery charge level can be modified, battery cycle
6 life can be extended by reducing the max battery charge
7 level.
8
9 - 0 means normal battery mode (100% charge)
10 - 1 means battery life extender mode (80% charge)
11

3. 한국어 전문 번역

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

battery_life_extender

1-10
항목
What/sys/devices/platform/samsung/battery_life_extender
Date2011년 12월 1일
KernelVersion3.3
ContactCorentin Chary <corentin.chary@gmail.com>

maximum battery charge level을 바꿀 수 있다. 최대 충전 수준을 낮추면 battery cycle life를 연장할 수 있다.

mode최대 충전
0normal battery mode100%
1battery life extender mode80%