Re: [PATCH] pwm-backlight: handle BL_CORE_FBBLANK state

2013-01-29 Thread Thierry Reding
On Wed, Jan 30, 2013 at 03:19:15PM +0900, Alexandre Courbot wrote: > 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

[PATCH] pwm-backlight: handle BL_CORE_FBBLANK state

2013-01-29 Thread Alexandre Courbot
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

[PATCH] pwm-backlight: handle BL_CORE_FBBLANK state

2013-01-29 Thread Alexandre Courbot
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

Re: [PATCH] pwm-backlight: handle BL_CORE_FBBLANK state

2013-01-29 Thread Thierry Reding
On Wed, Jan 30, 2013 at 03:19:15PM +0900, Alexandre Courbot wrote: 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