commit | 0132267d659107616eb044777f1b0be55381129a | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Wed Jan 30 15:19:15 2013 +0900 |
committer | Thierry Reding <thierry.reding@avionic-design.de> | Wed Jan 30 08:52:00 2013 +0100 |
tree | b583dd1eafb39ee800528a213018b3a300589861 | |
parent | 0d75c203effefa4f62ca4d30bf52bd9ec246717f [diff] |
pwm-backlight: handle BL_CORE_FBBLANK state According to include/linux/backlight.h, the fb_blank field is to be removed and blank status should preferably be set by setting the BL_CORE_FBBLANK bit of the state field. This patch ensures this condition is also taken into account when updating the backlight state. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>