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/input/input.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/input/input.rst b/kernel/Documentation/input/input.rst index 47f86a4..0eb61e6 100644 --- a/kernel/Documentation/input/input.rst +++ b/kernel/Documentation/input/input.rst @@ -188,7 +188,7 @@ The monitor and speaker controls should be easy to add to the hid/input interface, but for the UPSs and LCDs it doesn't make much sense. For this, -the hiddev interface was designed. See Documentation/hid/hiddev.txt +the hiddev interface was designed. See Documentation/hid/hiddev.rst for more information about it. The usage of the usbhid module is very simple, it takes no parameters, -- Gitblit v1.6.2