← Documents Documentation/ABI/testing/sysfs-driver-ucsi-ccg GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

Cypress CCGx UCSI firmware-update sysfs ABI

Cypress CCGx Type-C controller driver에 Y, y 또는 1을 써서 firmware upgrade를 시도하도록 요청하는 do_flash control을 설명합니다.

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

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

1. 요약·해설

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

Trigger a CCGx firmware upgrade

sysfs-driver-ucsi-ccg:1-6

do_flash에 [Yy1] 중 하나를 쓰면 driver가 Cypress CCGx controller firmware upgrade를 시도합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/i2c/drivers/ucsi_ccg/.../do_flash
2 Date: May 2019
3 Contact: Ajay Gupta <[email protected]>
4 Description:
5 Tell the driver for Cypress CCGx Type-C controller to attempt
6 firmware upgrade by writing [Yy1] to the file.
7

3. 한국어 전문 번역

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

Trigger Cypress CCGx firmware upgrade

1-6
항목한국어 전문 번역
What/sys/bus/i2c/drivers/ucsi_ccg/.../do_flash
Date2019년 5월
ContactAjay Gupta <[email protected]>
DescriptionFile에 [Yy1]을 써서 Cypress CCGx Type-C controller driver가 firmware upgrade를 시도하도록 요청합니다.
AccessWrite-only
Accepted inputY, y, or 1
CCGx firmware-upgrade trigger
Write Y, y or 1 to do_flashucsi_ccg driver receives the requestDriver attempts Cypress CCGx firmware upgrade

Accepted input이 driver의 upgrade attempt를 시작합니다.