Skip to content

Commit be70cf1

Browse files
committed
graphics/input: Remove getevent README.md and update Kconfig help text.
Remove the in-tree README.md in favor of rst documentation in the nuttx main repository. Update the Kconfig help text for getevent to describe what it does, when to use it, and why it is needed. Signed-off-by: liuhongchao <liuhongchao@xiaomi.com>
1 parent 3405a0f commit be70cf1

2 files changed

Lines changed: 9 additions & 50 deletions

File tree

graphics/input/Kconfig

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,15 @@ menuconfig GRAPHICS_INPUT_GETEVENT
6464
tristate "Enable getevent tool"
6565
default n
6666
---help---
67-
Enable support for a command line getevent tool.
67+
The getevent is a command-line input event monitor. It
68+
captures and displays real-time events from mouse,
69+
touchscreen, and keyboard devices via the input subsystem.
70+
71+
Use getevent to debug and verify input drivers, inspect
72+
raw event data during device bring-up, or diagnose
73+
input issues on a running system. It supports automatic
74+
device detection in /dev as well as manual device path
75+
specification.
6876

6977
if GRAPHICS_INPUT_GETEVENT
7078

graphics/input/getevent/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)