← Documents Documentation/ABI/testing/configfs-usb-gadget-serial GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

USB gadget generic serial function configfs ABI

Generic serial function instance와 연관된 /dev/ttyGS<n> character device의 port number를 read-only port_num으로 노출하는 configfs ABI를 설명합니다.

Source pathDocumentation/ABI/testing/configfs-usb-gadget-serial
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

Generic serial instance와 ttyGS port

configfs-usb-gadget-serial:1-9

gser.name의 port_num이 function instance에 연결된 ttyGS device 번호를 읽기 전용으로 제공합니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 What: /config/usb-gadget/gadget/functions/gser.name
2 Date: Jun 2013
3 KernelVersion: 3.11
4 Description:
5
6 This item contains just one readonly attribute: port_num.
7 It contains the port number of the /dev/ttyGS<n> device
8 associated with gser function's instance "name".
9
10

3. 한국어 전문 번역

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

Generic serial function의 ttyGS port

1-9
항목내용
What/config/usb-gadget/gadget/functions/gser.name
Date2013년 6월
KernelVersion3.11
Attribute`port_num` 하나만 있으며 read-only이다.
DescriptionGeneric serial function instance `name`과 연관된 `/dev/ttyGS<n>` device의 port number를 담는다.
gser instance와 ttyGS character device
functions/gser.nameport_num 읽기Port number n/dev/ttyGS<n>

Function instance의 read-only port number가 userspace generic serial device 이름의 번호가 된다.