ecore-drm: Fix issue of ecore_drm not calling ReleaseDevice when an
authorChris Michael <cp.michael@samsung.com>
Tue, 17 Feb 2015 21:15:52 +0000 (16:15 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 17 Feb 2015 21:19:55 +0000 (16:19 -0500)
commit6597d39e907cc700374789ad014eb42f0bf54e3d
treebbacda7c172ac8e3cb1b103baaaa22dcfb70e31d
parent96cbbb3416307211830aa6edc129a8b9984803cf
ecore-drm: Fix issue of ecore_drm not calling ReleaseDevice when an
input is destroyed

Summary: This fixes an issue where if you VT switch away from a
running Enlightenment and VT switch back, then input would no longer
be working. This was because we never called ReleaseDevice (dbus call)
when we destroyed a device, so any calls to recreate the device would
fail in libinput due to control already being taken.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/ecore_drm_inputs.c