elput: Add input manager interface and APIs to connect & disconnect
authorChris Michael <cpmichael@osg.samsung.com>
Thu, 31 Mar 2016 16:34:32 +0000 (12:34 -0400)
committerChris Michael <cpmichael@osg.samsung.com>
Wed, 13 Apr 2016 18:16:17 +0000 (14:16 -0400)
commited3a1f39587187c8acf305fd793f92218995c486
treeaf2655dafed5e019d6e5085a50e9f1fbc51532aa
parent08482e1ca4feaff2c631a125b58fda7e57084b97
elput: Add input manager interface and APIs to connect & disconnect

This commit adds the start of the Elput Manager & Interface code. This
will be used as an inteface to various backend methods of session &
device control (ie: systemd, direct interface, etc). This will provide
various abstractions for working with libinput when opening/closing
input devices.

Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
src/Makefile_Elput.am
src/lib/elput/Elput.h
src/lib/elput/elput_logind.c [new file with mode: 0644]
src/lib/elput/elput_manager.c [new file with mode: 0644]
src/lib/elput/elput_private.h