devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6ef4f70b226e604fe765d1dfa658a5777d994e86
commit 6ef4f70b226e604fe765d1dfa658a5777d994e86 Author: Chris Michael <[email protected]> Date: Tue Sep 23 15:20:14 2014 -0400 eeze: Add Eeze udev types for backlight and leds Summary: Add additional types to Eeze udev device types for backlight and leds. Ecore-Drm will use these types to locate the backlight in order to support setting/getting the backlight level on an output. @feature Signed-off-by: Chris Michael <[email protected]> --- src/lib/eeze/Eeze.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/lib/eeze/Eeze.h b/src/lib/eeze/Eeze.h index a3bb9f8..b141003 100644 --- a/src/lib/eeze/Eeze.h +++ b/src/lib/eeze/Eeze.h @@ -130,6 +130,7 @@ * These are the device subsystems of udev: * @li ac97 * @li acpi + * @li backlight * @li bdi * @li block * @li bsg @@ -140,6 +141,7 @@ * @li hwmon * @li i2c * @li input + * @li leds * @li mem * @li misc * @li net @@ -264,7 +266,15 @@ typedef enum /** - Drm * @since 1.12 */ - EEZE_UDEV_TYPE_DRM + EEZE_UDEV_TYPE_DRM, + /** - Backlight + * @since 1.12 + */ + EEZE_UDEV_TYPE_BACKLIGHT, + /** - Leds + * @since 1.12 + */ + EEZE_UDEV_TYPE_LEDS } Eeze_Udev_Type; /**@}*/ --
