← Documents Documentation/ABI/testing/sysfs-driver-input-exc3000 GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

EETI EXC3000 touchscreen identity sysfs ABI

EETI EXC3000 계열 touchscreen이 제공하는 firmware version, model과 type identification strings를 읽는 interfaces를 설명합니다.

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

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

1. 요약·해설

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

Touchscreen firmware and model identity

sysfs-driver-input-exc3000:1-26

세 read-only attributes가 touchscreen firmware·model·type strings를 그대로 노출하며 EXC80H60의 예시 값을 함께 정의합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /sys/bus/i2c/devices/xxx/fw_version
2 Date: Aug 2020
3 Contact: linux-input@vger.kernel.org
4 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a EXC80H60
5
6 Access: Read
7
8 Valid values: Represented as string
9
10 What: /sys/bus/i2c/devices/xxx/model
11 Date: Aug 2020
12 Contact: linux-input@vger.kernel.org
13 Description: Reports the model identification provided by the touchscreen, for example "Orion_1320" on a EXC80H60
14
15 Access: Read
16
17 Valid values: Represented as string
18
19 What: /sys/bus/i2c/devices/xxx/type
20 Date: Jan 2021
21 Contact: linux-input@vger.kernel.org
22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Series"
23
24 Access: Read
25
26 Valid values: Represented as string
27

3. 한국어 전문 번역

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

Touchscreen firmware version

1-9
항목한국어 전문 번역
What/sys/bus/i2c/devices/xxx/fw_version
Date2020년 8월
Contactlinux-input@vger.kernel.org
DescriptionTouchscreen이 제공하는 firmware version을 report합니다. EXC80H60 예시는 "00_T6"입니다.
AccessRead
Valid valuesString으로 표현
EXC3000 identity strings
AttributeExample
fw_version00_T6 on EXC80H60
modelOrion_1320 on EXC80H60
typePCAP82H80 Series

세 read-only attribute와 원문의 example values입니다.

Touchscreen model identifier

10-18
항목한국어 전문 번역
What/sys/bus/i2c/devices/xxx/model
Date2020년 8월
Contactlinux-input@vger.kernel.org
DescriptionTouchscreen이 제공하는 model identification을 report합니다. EXC80H60 예시는 "Orion_1320"입니다.
AccessRead
Valid valuesString으로 표현

Touchscreen type identifier

19-26
항목한국어 전문 번역
What/sys/bus/i2c/devices/xxx/type
Date2021년 1월
Contactlinux-input@vger.kernel.org
DescriptionTouchscreen이 제공하는 type identification을 report합니다. 예시는 "PCAP82H80 Series"입니다.
AccessRead
Valid valuesString으로 표현