touchscreen: add touchscreen module to manage touch input 01/53401/3 accepted/tizen/mobile/20151211.055150 accepted/tizen/tv/20151211.062231 accepted/tizen/wearable/20151211.061129 submit/tizen/20151211.031137
authorTaeyoung Kim <ty317.kim@samsung.com>
Fri, 4 Dec 2015 12:20:50 +0000 (21:20 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Thu, 10 Dec 2015 08:43:11 +0000 (17:43 +0900)
commit5dd010f6c5e9a50462a92cc6a41920d1a484425a
tree20527276674b72cc10d58c99b2c525d68c18bfb4
parent562d0262f664e78e57ec0bfcf0e8ef002c32cbae
touchscreen: add touchscreen module to manage touch input

- If display is turned on, touchscreen should be enabled.
  And if display is turned off, touchscreen should be disabled.
  to reduce power consumption. Thus touchscreen module is added.

Change-Id: Iff2cad4294ecb5aba1e2ce656b9b2a596af52191
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
CMakeLists.txt
packaging/deviced.spec
src/touchscreen/touchscreen.c [new file with mode: 0644]