display: Use libinput to get input events 90/37590/4
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 31 Mar 2015 13:57:37 +0000 (22:57 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Wed, 1 Apr 2015 05:49:40 +0000 (22:49 -0700)
commitdc32715ebc426f7874b737b80ad301c205235324
tree4e47ff859e0a3660eddadca13210abbf6732e97c
parent82773ce3186a9eb8aec2993d9107c286920e5a58
display: Use libinput to get input events

Remove the exisiting input code and use libinput for getting input events
It's for common use with wayland input system.

Change-Id: I2de534b73250e8d1fdfccd3b02f64eb13efcb45a
Signed-off-by: Seunghun Pi <sh.pi@samsung.com>
14 files changed:
CMakeLists.txt
packaging/deviced.spec
scripts/device-daemon.in [deleted file]
scripts/deviced-pre.sh
src/core/common.h
src/core/device-change-handler.c
src/core/device-notifier.h
src/core/udev.h
src/display/core.c
src/display/core.h
src/display/input.c [new file with mode: 0644]
src/display/key-filter.c
src/display/poll.c
src/display/poll.h