diff options
author | Yunhee Seo <yuni.seo@samsung.com> | 2023-02-07 18:39:54 +0900 |
---|---|---|
committer | Yunhee Seo <yuni.seo@samsung.com> | 2023-02-07 18:39:54 +0900 |
commit | 665b53a4d4649c745e8ca8be8c25bf4e233984fc (patch) | |
tree | d73ca09293692d5122749d325561ce27387467c1 | |
parent | 9e35572af471ce04ef2c70cc1b9598ba50910f00 (diff) | |
download | device-rpi-665b53a4d4649c745e8ca8be8c25bf4e233984fc.tar.gz device-rpi-665b53a4d4649c745e8ca8be8c25bf4e233984fc.tar.bz2 device-rpi-665b53a4d4649c745e8ca8be8c25bf4e233984fc.zip |
input: add information for touchcreen input typeaccepted/tizen/unified/20230209.111301
Add available input device type for touchscreen.
Change-Id: I9c604f001162e68338c5a04c5add0c163690074f
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
-rw-r--r-- | conf/input.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/input.conf b/conf/input.conf index 75f0f06..54159e0 100644 --- a/conf/input.conf +++ b/conf/input.conf @@ -1,7 +1,7 @@ # [InputDevice] - define input device information to control event # InputDeviceType=string # - define input device type to distinguish input devices. -# Available input device type - keyboard/mouse/custom_knob +# Available input device type - keyboard/mouse/touchscreen/custom_knob # InputDeviceId=integer # - define an integer to control input device event node. # This id number is exist under the /sys/class/input/input(id) path. @@ -34,4 +34,10 @@ #InputDeviceType=mouse #InputDeviceId=5 #InputDeviceName=mouse1 +#InputDeviceDefault=yes + +#[InputDevice] +#InputDeviceType=touchscreen +#InputDeviceId=8 +#InputDeviceName=touchscreen1 #InputDeviceDefault=yes
\ No newline at end of file |