From bedbef8ad3e75a304af6361af235302bcc61d06b Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 14 May 2024 06:39:01 +0000 Subject: [PATCH] 修改内核路径 --- kernel/drivers/hid/usbhid/Kconfig | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/hid/usbhid/Kconfig b/kernel/drivers/hid/usbhid/Kconfig index e50d8fe..dcf3a23 100644 --- a/kernel/drivers/hid/usbhid/Kconfig +++ b/kernel/drivers/hid/usbhid/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only menu "USB HID support" depends on USB @@ -6,7 +7,7 @@ default y depends on USB && INPUT select HID - ---help--- + help Say Y here if you want to connect USB keyboards, mice, joysticks, graphic tablets, or any other HID based devices to your computer via USB, as well as Uninterruptible Power Supply @@ -50,7 +51,7 @@ config USB_KBD tristate "USB HIDBP Keyboard (simple Boot) support" depends on USB && INPUT - ---help--- + help Say Y here only if you are absolutely sure that you don't want to use the generic HID driver for your USB keyboard and prefer to use the keyboard in its limited Boot Protocol mode instead. @@ -66,7 +67,7 @@ config USB_MOUSE tristate "USB HIDBP Mouse (simple Boot) support" depends on USB && INPUT - ---help--- + help Say Y here only if you are absolutely sure that you don't want to use the generic HID driver for your USB mouse and prefer to use the mouse in its limited Boot Protocol mode instead. -- Gitblit v1.6.2