summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-09-23 15:20:14 -0400
committerChris Michael <cp.michael@samsung.com>2014-09-23 15:20:14 -0400
commit6ef4f70b226e604fe765d1dfa658a5777d994e86 (patch)
treeeff5fcb49a70508e2c2e92b1a12b7f5f93c21cc3
parent39db828aade3021cddb89b7d7202d7e8ea288d9f (diff)
downloadefl-6ef4f70b226e604fe765d1dfa658a5777d994e86.tar.gz
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 <cp.michael@samsung.com>
-rw-r--r--src/lib/eeze/Eeze.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/eeze/Eeze.h b/src/lib/eeze/Eeze.h
index a3bb9f8f04..b141003ee9 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;
/**@}*/