From a5969cabbb4660eab42b6ef0412cbbd1200cf14d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 12 Oct 2024 07:10:09 +0000 Subject: [PATCH] 修改led为gpio --- kernel/Documentation/ABI/testing/debugfs-pktcdvd | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/kernel/Documentation/ABI/testing/debugfs-pktcdvd b/kernel/Documentation/ABI/testing/debugfs-pktcdvd index cf11736..f6f65a4 100644 --- a/kernel/Documentation/ABI/testing/debugfs-pktcdvd +++ b/kernel/Documentation/ABI/testing/debugfs-pktcdvd @@ -4,16 +4,15 @@ Contact: Thomas Maier <balagi@justmail.de> Description: -debugfs interface ------------------ - The pktcdvd module (packet writing driver) creates these files in debugfs: /sys/kernel/debug/pktcdvd/pktcdvd[0-7]/ - info (0444) Lots of driver statistics and infos. -Example: -------- + ==== ====== ==================================== + info 0444 Lots of driver statistics and infos. + ==== ====== ==================================== -cat /sys/kernel/debug/pktcdvd/pktcdvd0/info +Example:: + + cat /sys/kernel/debug/pktcdvd/pktcdvd0/info -- Gitblit v1.6.2