devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=a5063a0c9b77abdc1ea8544be1efeebda5a6c5aa

commit a5063a0c9b77abdc1ea8544be1efeebda5a6c5aa
Merge: f9e4bac 8eb78df
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Jan 26 09:16:44 2015 -0500

    Merge branch 'devs/devilhorns/ecore_drm'
    
    This branch fixes several issues with ecore_drm:
    
    In particular, it address the issue of not properly restoring the tty
    on shutdown, saves the current tty keyboard mode and properly restores
    that on shutdown, we now get the VT from systemd (if available) and
    properly setup the VT.
    
    @fix

 src/Makefile_Ecore_Drm.am                          |   5 +-
 src/lib/ecore/ecore_main.c                         |  15 +-
 src/lib/ecore_drm/Ecore_Drm.h                      |   3 +
 src/lib/ecore_drm/ecore_drm_dbus.c                 |  58 ++---
 src/lib/ecore_drm/ecore_drm_device.c               |   8 +-
 src/lib/ecore_drm/ecore_drm_launcher.c             | 170 ++++-----------
 src/lib/ecore_drm/ecore_drm_logind.c               | 236 ++++++++++++++++++---
 src/lib/ecore_drm/ecore_drm_logind.h               |  55 -----
 src/lib/ecore_drm/ecore_drm_private.h              |  23 ++
 src/lib/ecore_drm/ecore_drm_tty.c                  |  62 ++++--
 .../ecore_evas/engines/drm/ecore_evas_drm.c        |   4 +-
 11 files changed, 354 insertions(+), 285 deletions(-)

-- 


Reply via email to