summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm/ecore_drm_tty.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-231-15/+15
* ecore-drm: Update copyright noticeChris Michael2016-03-091-0/+28
* ecore-drm: Unify and cleanup tty codeChris Michael2016-01-211-20/+30
* ecore_drm/ecore_wl2: logging: remove errant usage of %mDerek Foreman2016-01-141-1/+1
* ecore-drm: Fix formattingChris Michael2016-01-071-3/+6
* ecore-drm: Don't exit tty setup if tty is already in graphics modeChris Michael2015-10-301-4/+1
* ecore-drm: Add missing field initializers for vt_modeChris Michael2015-10-141-2/+2
* ecore-drm: fix improper conditional syntax in _ecore_drm_tty_switch()Mike Blumenkrantz2015-04-241-3/+1
* ecore-drm: add safety checks to all EAPI functionsMike Blumenkrantz2015-04-241-5/+5
* ecore-drm: Move doxygen documentation to main Ecore_Drm headerChris Michael2015-04-101-49/+0
* ecore-drm: Disable/Enable inputs if we release/acquire the VTChris Michael2015-02-111-0/+6
* ecore-drm: Trap for failure to dup stdinChris Michael2015-02-021-1/+8
* ecore-drm: Cleanup tty code and handle vt signal trappingChris Michael2015-01-261-17/+45
* ecore-drm: Restore tty keyboard mode on restore of ttyChris Michael2015-01-191-0/+14
* ecore-drm: Re-enable setting K_OFF keyboard modeChris Michael2015-01-131-7/+6
* ecore-drm: remove duplicated code from logind and tty.Seunghun Lee2015-01-051-114/+5
* ecore-drm: add error handling, when fail to setup tty.Seunghun Lee2014-12-161-2/+6
* ecore-drm: Add event to notify session activation state.Seunghun Lee2014-12-101-0/+4
* ecore-drm: restore VT to text mode when close tty.Seunghun Lee2014-12-101-0/+20
* ecore-drm: cleanup data when failed to setup tty.Seunghun Lee2014-12-101-0/+5
* ecore-drm: close fd handle if _ecore_drm_tty_setup() is failed in ecore_drm_t...Seunghun Lee2014-11-261-1/+5
* ecore-drm: Remove the FIXME noteChris Michael2014-10-061-1/+1
* Revert verifying anything passed in to the API.Chris Michael2014-10-061-7/+2
* Revert "ecore-drm: Fix formatting"Chris Michael2014-10-061-2/+2
* ecore-drm: Fix formattingChris Michael2014-10-061-2/+2
* ecore_drm: Verifying if name format is /dev/xyz before assigning to tty.Srivardhan Hebbar2014-10-061-2/+7
* ecore-drm: Fix drm VT switching to work againChris Michael2014-09-151-52/+43
* ecore-drm: added vt switch key event handlerMinJeong Kim2014-09-151-1/+49
* ecore-drm: Remove duplicated tty fd checkGwanglim Lee2014-09-041-7/+1
* ecore-drm: Fix trapping of SIGUSR1 for VT switching signalsChris Michael2014-07-171-2/+4
* ecore-drm: Reenable setting the VT to graphics modeChris Michael2014-07-151-5/+5
* ecore-drm: Add API function to return the vt fdChris Michael2014-03-101-0/+20
* ecore-drm: Add Ecore_Drm codeChris Michael2014-03-061-0/+297