commit | a19a6ee6cad2b20292a774c2f56ba8039b0fac9c | [log] [tgz] |
---|---|---|
author | Matthew Garrett <mjg@redhat.com> | Wed Feb 17 16:39:44 2010 -0500 |
committer | Richard Purdie <rpurdie@linux.intel.com> | Tue Mar 16 19:47:54 2010 +0000 |
tree | 631916ce6181336c5c28eb0cf5484c40c92986b6 | |
parent | 57e148b6a975980944f4466ccb669b1d02dfc6a1 [diff] |
backlight: Allow properties to be passed at registration Values such as max_brightness should be set before backlights are registered, but the current API doesn't allow that. Add a parameter to backlight_device_register and update drivers to ensure that they set this correctly. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>