← Documents Documentation/networking/devlink/etas_es58x.rst GitHub 원문 ↗

Linux 6.18.37 · Networking

etas_es58x devlink support

etas_es58x USB CAN 장치의 firmware·bootloader version과 board·serial 식별 정보를 설명합니다.

Source pathDocumentation/networking/devlink/etas_es58x.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ==========================
4 etas_es58x devlink support
5 ==========================
6
7 This document describes the devlink features implemented by the
8 ``etas_es58x`` device driver.
9
10 Info versions
11 =============
12
13 The ``etas_es58x`` driver reports the following versions
14
15 .. list-table:: devlink info versions implemented
16 :widths: 5 5 90
17
18 * - Name
19 - Type
20 - Description
21 * - ``fw``
22 - running
23 - Version of the firmware running on the device. Also available
24 through ``ethtool -i`` as the first member of the
25 ``firmware-version``.
26 * - ``fw.bootloader``
27 - running
28 - Version of the bootloader running on the device. Also available
29 through ``ethtool -i`` as the second member of the
30 ``firmware-version``.
31 * - ``board.rev``
32 - fixed
33 - The hardware revision of the device.
34 * - ``serial_number``
35 - fixed
36 - The USB serial number. Also available through ``lsusb -v``.
37

3. 한국어 전문 번역

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