ecore-drm: Fix issue with ecore_drm_evdev->path being incorrect
authorChris Michael <cp.michael@samsung.com>
Tue, 17 Feb 2015 21:18:13 +0000 (16:18 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 17 Feb 2015 21:19:55 +0000 (16:19 -0500)
commitfd0de9ae5c19dd333ec28b0c1712be76b2d68097
tree991e1d8caf88365d8feb893ae45348aef0ae72e4
parent6597d39e907cc700374789ad014eb42f0bf54e3d
ecore-drm: Fix issue with ecore_drm_evdev->path being incorrect

Summary: When we try to ReleaseDevice of our evdev structure, the
'path' which was getting passed to our logind code was incorrect. This
was due to libinput not providing a function to get the full device
path. We fix this by making some eeze udev calls to find this device
and get the full device path.

@fix

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