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>
This commit is contained in:
Chris Michael 2014-09-23 15:20:14 -04:00
parent 39db828aad
commit 6ef4f70b22
1 changed files with 11 additions and 1 deletions

View File

@ -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;
/**@}*/