summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/README.txt2
-rw-r--r--apps/examples/touchscreen/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index fe16ada85..3c6fd7029 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -1509,7 +1509,7 @@ examples/touchscreen
CONFIG_EXAMPLES_TOUCHSCREEN_BUILTIN - Build the touchscreen test as
an NSH built-in function. Default: Built as a standalone problem
CONFIG_EXAMPLES_TOUCHSCREEN_MINOR - The minor device number. Minor=N
- corresponds to touchscreen device /dev/input0. Note this value must
+ corresponds to touchscreen device /dev/inputN. Note this value must
with CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH. Default 0.
CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH - The path to the touchscreen
device. This must be consistent with CONFIG_EXAMPLES_TOUCHSCREEN_MINOR.
diff --git a/apps/examples/touchscreen/Kconfig b/apps/examples/touchscreen/Kconfig
index 18ece4923..2f40b3d65 100644
--- a/apps/examples/touchscreen/Kconfig
+++ b/apps/examples/touchscreen/Kconfig
@@ -25,7 +25,7 @@ config EXAMPLES_TOUCHSCREEN_MINOR
default 0
---help---
The minor device number. Minor=N corresponds to touchscreen device
- /dev/input0. Note this value must with EXAMPLES_TOUCHSCREEN_DEVPATH.
+ /dev/inputN. Note this value must with EXAMPLES_TOUCHSCREEN_DEVPATH.
Default 0.
config EXAMPLES_TOUCHSCREEN_DEVPATH