eeze: Fix issue of eeze_udev_watch_add not getting events for drm
authorChris Michael <cp.michael@samsung.com>
Mon, 23 Mar 2015 16:14:45 +0000 (12:14 -0400)
committerChris Michael <cp.michael@samsung.com>
Mon, 23 Mar 2015 16:14:45 +0000 (12:14 -0400)
commitfe77fb6c34a5acc041ad45e1cd56168ce92c51dd
treec671aed3d8f3e8f5cd3eeac42648c24406105fb1
parent105b0d75eee39db1410c3a8165e46d5344439ba1
eeze: Fix issue of eeze_udev_watch_add not getting events for drm

Summary: This fixes eeze_udev_watch_add for DRM events, Previously, we
were not getting a watch callback fired due to using the wrong
subsystem device type in
udev_monitor_filter_add_match_subsystem_devtype.

@fix

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