Re: [PATCH] [RESEND] Add Dell laptop backlight brightness display

From: Richard Purdie
Date: Tue Feb 07 2006 - 09:52:33 EST


On Tue, 2006-02-07 at 13:55 +0000, Matthew Garrett wrote:
> On Tue, Feb 07, 2006 at 01:37:06PM +0000, Richard Purdie wrote:
> > On Tue, 2006-02-07 at 13:23 +0000, Matthew Garrett wrote:
> > > Would you be open to adding generic support for displaying separate AC
> > > and DC brightnesses? Making it driver specific leaves the potential for
> > > inconsistencies.
> >
> > The problem is that AC or DC is not a generic property of backlights but
> > specific to your problematic hardware case. You're going to have a to
> > find a way to tell if its running on AC or not to report the right value
> > in the manner the class requires.
>
> Realistically, it's impossible
> without making the driver depend on ACPI and exporting acpi_ac_get_state
> from the ACPI layer, which would be a shame since the rest of the
> functionality isn't ACPI dependent at all.

If that's what's needed to give the correct behaviour, so be it. In an
ideal world, we'd not need the dependency but it sounds unavoidable.

You can actually have a soft dependency where it could use the DC value
unless ACPI is present in which case it would be more intelligent. The
corgi_bl driver does this for the backlight limiting on low power.

Richard

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