From: Akio Idehara <zbe64533@gmail.com>
To: seth.forshee@canonical.com
Cc: mjg59@srcf.ucam.org, platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3] toshiba_acpi: Add support for transflective LCD
Date: Thu, 05 Apr 2012 23:36:48 +0900 [thread overview]
Message-ID: <4F7DAE00.6010101@gmail.com> (raw)
In-Reply-To: <20120404183758.GA17327@thinkpad-t410>
Seth Forshee wrote:
> I'm still not crazy about the name. And really I think if
> get_tr_backlight_status() is going to return an error code, when it
> fails the return value should be propogated (even if it's the same in
> this case). How about this?
Thank you for your suggestion. I agree with you. I'll try to make a
new patch again.
>> static const struct backlight_ops toshiba_backlight_data = {
>> + .options = BL_CORE_SUSPENDRESUME,
>
> What's the reason for adding this? I don't see that it's useful unless
> we're handling BL_CORE_SUSPENDED, which toshiba_acpi is not doing.
The reason is to restore transflective status, which is always disabled
after resuming. If BL_CORE_SUSPENDRESUME is added,
set_lcd_state_status() is called from backlight_update_status() with
stored brightness. So, when its brightness is 0, transflective status is
enabled after resuming.
Best Regards,
Akio
next prev parent reply other threads:[~2012-04-05 14:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-04 15:00 [PATCH v3] toshiba_acpi: Add support for transflective LCD Akio Idehara
2012-04-04 18:37 ` Seth Forshee
2012-04-05 14:36 ` Akio Idehara [this message]
2012-04-05 15:40 ` Seth Forshee
2012-04-05 16:10 ` Akio Idehara
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=4F7DAE00.6010101@gmail.com \
--to=zbe64533@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg59@srcf.ucam.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=seth.forshee@canonical.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.