input: add information for touchcreen input type 91/287891/1 accepted/tizen/unified/20230209.111301
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 7 Feb 2023 09:39:54 +0000 (18:39 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 7 Feb 2023 09:39:54 +0000 (18:39 +0900)
Add available input device type for touchscreen.

Change-Id: I9c604f001162e68338c5a04c5add0c163690074f
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
conf/input.conf

index 75f0f060a9b41bc5e2fb246296a0509e0627863c..54159e0aac7a947726d7c2f22d893338e764ec44 100644 (file)
@@ -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.
 #InputDeviceType=mouse
 #InputDeviceId=5
 #InputDeviceName=mouse1
+#InputDeviceDefault=yes
+
+#[InputDevice]
+#InputDeviceType=touchscreen
+#InputDeviceId=8
+#InputDeviceName=touchscreen1
 #InputDeviceDefault=yes
\ No newline at end of file