Add available input device type for touchscreen.
Change-Id: I9c604f001162e68338c5a04c5add0c163690074f
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
# [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