summaryrefslogtreecommitdiff
path: root/src/lib/elput/elput_manager.c
Commit message (Expand)AuthorAgeFilesLines
* systemd - make libsystemd use/supprot entirely runtime "dlopened"Carsten Haitzler (Rasterman)2020-05-181-1/+1
* elput: Fix ifdef check to work for elogind alsoChris Michael2018-11-291-1/+1
* elput: Minor formatting fixesChris Michael2016-05-261-1/+0
* elput: further simplify device internalsMike Blumenkrantz2016-05-251-1/+0
* elput: change some functions and internal flags to enable async input setupMike Blumenkrantz2016-05-251-2/+15
* elput: define and implement an async device opening interface for libinputMike Blumenkrantz2016-05-251-0/+8
* elput: remove 'sync' param from device managementMike Blumenkrantz2016-05-251-2/+2
* elput: Add API function to return a list of seatsChris Michael2016-05-101-0/+7
* elput: Add code to handle keybindings for vt switchingChris Michael2016-05-091-4/+41
* elput: Add API function to switch to a given vtChris Michael2016-05-091-0/+13
* elput: Add API functions to open and close an input deviceChris Michael2016-04-131-0/+25
* elput: Add input manager interface and APIs to connect & disconnectChris Michael2016-04-131-0/+39