public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Yves-Alexis Perez <corsac@debian.org>
To: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Thomas Renninger <trenn@suse.de>, Zhang Rui <rui.zhang@intel.com>,
	ak@linux.intel.com, nokos@gmx.net, linux-acpi@vger.kernel.org,
	mjg59@srcf.ucam.org
Subject: Re: Check for ACPI backlight support otherwise use vendor ACPIdrivers - version 4
Date: Tue, 05 Aug 2008 07:55:53 +0200	[thread overview]
Message-ID: <1217915753.8381.9.camel@hidalgo> (raw)
In-Reply-To: <20080805000151.GJ24927@khazad-dum.debian.net>

[-- Attachment #1: Type: text/plain, Size: 2881 bytes --]

On lun, 2008-08-04 at 21:01 -0300, Henrique de Moraes Holschuh wrote:
> On Mon, 04 Aug 2008, Thomas Renninger wrote:
> > On Monday 04 August 2008 08:09:52 Yves-Alexis Perez wrote:
> > > When booting to single user with acpi_backlight=vendor, thinkpad-acpi
> > > takes over backlight:
> > >
> > > Aug  4 07:54:38 hidalgo kernel:
> > > thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
> 
> See that one?

Hmhm yeah but then I have:
Aug  4 07:54:38 hidalgo kernel: thinkpad_acpi: Standard ACPI backlight interface not available, thinkpad_acpi driver will take over control


> > > But when in user mode, brightness keys doesn't do anything either.
> > > Echo'ing to /proc/acpi/ibm/brightness doesn't work, but echoing
> > > to /sys/class/backlight/thinkpad_screen/brightness works.
> > That /proc/acpi/ibm/brightness does not and
> > /sys/class/backlight/thinkpad_screen/brightness 
> > works is strange, this should be a bug?
> 
> No.  It is just that the driver expects ACPI video to be sending the events,
> and it isn't, so you need to change some code in hotkey_init to stop
> disabling brightness events in the (ACPI video support in DSDT, ACPI video
> disabled and thinkpad-acpi is to handle the backlight) case.

Hmhm ok, so the thinkpad-acpi related patch miss some case handling
anyway?


> > Attached patch might help you (with acpi_backlight=vendor)?
> > You should be able to apply this on my latest patchset, but use this patch
> > instead of the thinkpad_acpi one.
> 
> HEAVY NAK on the thinkpad-acpi hunks in this one.  It is good for testing,
> but I don't want any automated handling of the brightness hotkeys in
> thinkpad-acpi unless we absolutely HAVE to emulate the older non-Vista
> firmware for some weird reason.  More on this at the end of this post.

Anyway I'd prefer going the “normal” way and use video.ko.

> 
> Please check if updating hotkey_init doesn't solve the issue.  I am sorry I
> didn't recall that detail to remind you about it when I looked your patches
> over.

How should I update hotkey_init? Check for acpi_backlight=vendor and not
disable brightness event?

> > > Cat'ing /proc/acpi/events still gives:
> > > video LCD0 00000086 00000000
> > > video LCD0 00000087 00000000
> > >
> > > At one time I get the 750ms delay, but I don't have the
> > > ibm/hotkey HKEY 00000080 00005010 at all.
> 
> This is caused by EC+ACPI DSDT access.  Switch thinkpad-acpi brightness_mode
> to use only ACPI DSDT ("CMOS" mode), and it should go away.  This should be
> the default on all Lenovo, though.

Hmmh, that's weird because I don't think I'm messing with the
brightness_mode options. But I can force it to use only CMOS mode and
test.

Anyway, I wasn't yet able to test Matthew's patches, they're not yet in
drm-2.6/master.

Cheers,
-- 
Yves-Alexis

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

  reply	other threads:[~2008-08-05  5:57 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-01 15:37 Check for ACPI backlight support otherwise use vendor ACPI drivers - version 4 Thomas Renninger
2008-08-01 15:37 ` [PATCH 01/10] ACPI: video: Ignore devices that aren't present in hardware Thomas Renninger
2008-08-01 15:37 ` [PATCH 02/10] Check for ACPI backlight support otherwise use vendor ACPI drivers Thomas Renninger
2008-08-04  1:56   ` Zhang Rui
2008-11-14 22:27   ` Bjorn Helgaas
2008-11-16 22:07     ` Thomas Renninger
2008-11-17 19:51       ` Bjorn Helgaas
2008-11-18  2:31         ` Thomas Renninger
2008-08-01 15:37 ` [PATCH 03/10] Acer-WMI: fingers off backlight if video.ko is serving this functionality Thomas Renninger
2008-08-01 21:52   ` Carlos Corbacho
2008-08-01 15:37 ` [PATCH 04/10] asus-acpi: " Thomas Renninger
2008-08-01 15:37 ` [PATCH 05/10] compal: " Thomas Renninger
2008-08-01 15:37 ` [PATCH 06/10] eeepc-laptop: " Thomas Renninger
2008-08-01 15:38 ` [PATCH 07/10] fujitsu-laptop: " Thomas Renninger
2008-08-01 15:38 ` [PATCH 08/10] msi-laptop: " Thomas Renninger
2008-08-01 15:38 ` [PATCH 09/10] sony-laptop: " Thomas Renninger
2008-08-01 15:38 ` [PATCH 10/10] thinkpad_acpi: " Thomas Renninger
2008-08-01 17:50   ` Henrique de Moraes Holschuh
2008-11-08  5:45     ` Len Brown
2008-08-01 20:49 ` Check for ACPI backlight support otherwise use vendor ACPI drivers - version 4 Andi Kleen
     [not found] ` <1217632817.4610.6.camel@hidalgo>
2008-08-02 16:57   ` Do not return true to all kind of Windows OSI calls Thomas Renninger
2008-08-02 16:59     ` Matthew Garrett
2008-08-02 16:48       ` Thomas Renninger
2008-08-02 17:31         ` Matthew Garrett
2008-08-02 17:30           ` Thomas Renninger
2008-08-02 19:48             ` Matthew Garrett
2008-08-03  4:43               ` Henrique de Moraes Holschuh
2008-08-03  6:33                 ` Matthew Garrett
2008-08-03 13:31               ` Thomas Renninger
2008-08-03 14:12                 ` Matthew Garrett
2008-08-03 16:24                   ` Thomas Renninger
2008-08-06 17:12                     ` Moore, Robert
2008-08-02 16:57   ` [PATCH 1/2] ACPI: Provide a OSI interface that does not return true for Windows Thomas Renninger
2008-08-02 16:57   ` [PATCH 2/2] patch acpi_lenovo_thinkpad_only_return_vista.patch Thomas Renninger
2008-08-02 16:28     ` Thomas Renninger
2008-08-04  1:16   ` Check for ACPI backlight support otherwise use vendor ACPIdrivers - version 4 Zhang Rui
2008-08-04  6:09     ` Yves-Alexis Perez
2008-08-04  6:20       ` Yves-Alexis Perez
2008-08-04 10:20       ` Thomas Renninger
2008-08-04 10:39         ` Yves-Alexis Perez
2008-08-04 11:19           ` Thomas Renninger
2008-08-04 13:24             ` Matthew Garrett
2008-08-04 13:30               ` Yves-Alexis Perez
2008-08-04 13:40                 ` Thomas Renninger
2008-08-04 13:47                   ` Yves-Alexis Perez
2008-08-05  0:01         ` Henrique de Moraes Holschuh
2008-08-05  5:55           ` Yves-Alexis Perez [this message]
2008-08-05  9:13             ` Thomas Renninger
2008-08-05 12:00               ` Yves-Alexis Perez
2008-08-05 13:37             ` Henrique de Moraes Holschuh

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=1217915753.8381.9.camel@hidalgo \
    --to=corsac@debian.org \
    --cc=ak@linux.intel.com \
    --cc=hmh@hmh.eng.br \
    --cc=linux-acpi@vger.kernel.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=nokos@gmx.net \
    --cc=rui.zhang@intel.com \
    --cc=trenn@suse.de \
    /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