public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <rpurdie@rpsys.net>
To: Zhang Rui <rui.zhang@intel.com>
Cc: linux-acpi <linux-acpi@vger.kernel.org>, Len Brown <lenb@kernel.org>
Subject: Re: [PATCH 1/2] video: always update the brightness when poking "brightness"
Date: Tue, 30 Dec 2008 10:34:10 +0000	[thread overview]
Message-ID: <1230633250.5328.8.camel@dax.rpnet.com> (raw)
In-Reply-To: <1230088058.562.219.camel@rzhang-dt>

On Wed, 2008-12-24 at 11:07 +0800, Zhang Rui wrote:
> bd->props.brightness is a cached value.
> the current code has some potential problems when poking the
> backlight I/F.
> 
> For example,
> 1. set the brightness level to 5 via sysfs I/F
> 2. set the backlight to another level via the procfs,
> 3. setting it back to 5 doesn't work because bd->props.brightness
> is still 5.
> 
> http://bugzilla.kernel.org/show_bug.cgi?id=12249

The root of the problem here is that there are two interfaces
controlling the same piece of hardware. Personally, I'd like to see the
proc interfaces to backlights depreacated but we do need to make them
work I guess. The real bug looks like the proc interface should update
props.brightness for that hardware...

Cheers,

Richard

-- 
Richard Purdie
Intel Open Source Technology Centre


  reply	other threads:[~2008-12-30 11:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-24  3:07 [PATCH 1/2] video: always update the brightness when poking "brightness" Zhang Rui
2008-12-30 10:34 ` Richard Purdie [this message]
2008-12-31  1:22   ` Zhao Yakui
2008-12-31  1:21     ` Matthew Garrett
2008-12-31  1:43   ` Zhang Rui
2008-12-31  2:01     ` Matthew Garrett
2008-12-31  2:58       ` Zhang Rui
2008-12-31  3:11         ` Zhang Rui
2008-12-31  3:24           ` Matthew Garrett
2008-12-31  3:14         ` Matthew Garrett
2008-12-31 13:41           ` Matthew Garrett
2008-12-31 14:16             ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1230633250.5328.8.camel@dax.rpnet.com \
    --to=rpurdie@rpsys.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox