* [Devel] Missing _BQC method
@ 2017-01-01 22:01 Anthony Jenkins
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Jenkins @ 2017-01-01 22:01 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
What may the OSPM assume/do about a missing _BQC (Brightness Query
Current level) method? The last two HP ENVY laptops I owned do not have
this method, and FreeBSD's acpi_video driver (currently) requires it to
control screen brightness - unless I can assume _only_ the OSPM can set
the screen brightness. My current workaround is a patch to the DSDT to
add a simple method that copies and returns a variable used by _BCM
(Brightness Control Method).
Thanks in advance,
--
Anthony Jenkins
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Devel] Missing _BQC method
@ 2017-01-03 3:42 Zhang Rui
0 siblings, 0 replies; 2+ messages in thread
From: Zhang Rui @ 2017-01-03 3:42 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
On Sun, 2017-01-01 at 17:01 -0500, Anthony Jenkins wrote:
> What may the OSPM assume/do about a missing _BQC (Brightness Query
> Current level) method?
_BQC is optional according to the latest ACPI spec.
I don't know about the others, but in Linux, the brightness level is
set to 100% during boot if _BQC is missing, and a cached value is used
to save the current brightness level.
thanks,
rui
> The last two HP ENVY laptops I owned do not have
> this method, and FreeBSD's acpi_video driver (currently) requires it
> to
> control screen brightness - unless I can assume _only_ the OSPM can
> set
> the screen brightness. My current workaround is a patch to the DSDT
> to
> add a simple method that copies and returns a variable used by _BCM
> (Brightness Control Method).
>
> Thanks in advance,
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-03 3:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 3:42 [Devel] Missing _BQC method Zhang Rui
-- strict thread matches above, loose matches on Subject: below --
2017-01-01 22:01 Anthony Jenkins
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.