From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev b/kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev index 451af6d..6465409 100644 --- a/kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev +++ b/kernel/Documentation/ABI/testing/sysfs-class-led-trigger-netdev @@ -19,10 +19,13 @@ Contact: linux-leds@vger.kernel.org Description: Signal the link state of the named network device. + If set to 0 (default), the LED's normal state is off. + If set to 1, the LED's normal state reflects the link state of the named network device. Setting this value also immediately changes the LED state. + What: /sys/class/leds/<led>/tx Date: Dec 2017 @@ -30,7 +33,9 @@ Contact: linux-leds@vger.kernel.org Description: Signal transmission of data on the named network device. + If set to 0 (default), the LED will not blink on transmission. + If set to 1, the LED will blink for the milliseconds specified in interval to signal transmission. @@ -40,6 +45,8 @@ Contact: linux-leds@vger.kernel.org Description: Signal reception of data on the named network device. + If set to 0 (default), the LED will not blink on reception. + If set to 1, the LED will blink for the milliseconds specified in interval to signal reception. -- Gitblit v1.6.2