lkml.org 
[lkml]   [2007]   [Feb]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] ACPI: ibm-acpi: improve backlight power handling (v2)
On Mon, 26 Feb 2007, Henrique de Moraes Holschuh wrote:

> static int brightness_update_status(struct backlight_device *bd)
> {
> - return brightness_set(bd->props.brightness);
> + return brightness_set(
> + (bd->props.fb_blank == FB_BLANK_UNBLANK &&
> + bd->props.power == FB_BLANK_UNBLANK) ?
> + bd->props.brightness : 0);
> }

Are you sure about the '&&'? The original patch I submitted to you earlier
today was checking for (bd->props.fb_blank == FB_BLANK_UNBLANK ||
bd->props.power == FB_BLANK_UNBLANK), and I tested it (to some extent) and
it worked well - no sudden unblanking without reason, no blinking, etc.

I also think that common sense implies that the condition should be
logical or - backlight layer could request blanking without requesting
powering the device off, right? We want to handle unblanking from such
situation properly, which doesn't necessairly mean we will get
bd->props.power == FB_BLANK_UNBLANK, right?

--
Jiri Kosina
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-02-26 22:29    [W:0.395 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site