* x230: unhandled HKEY event 0x6050
@ 2013-03-04 21:38 Borislav Petkov
2013-03-07 0:30 ` Henrique de Moraes Holschuh
0 siblings, 1 reply; 7+ messages in thread
From: Borislav Petkov @ 2013-03-04 21:38 UTC (permalink / raw)
To: ibm-acpi-devel; +Cc: lkml
Hi all,
I get this in dmesg with 3.9-rc1:
[ 12.951434] thinkpad_acpi: unhandled HKEY event 0x6050
[ 12.951438] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
[ 13.516752] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
when pressing Fn+F8/F9, i.e. the display backlight keys. I'm loading
thinkpad_acpi with brightness_enable=1 and booting the kernel with
"acpi_backlight=vendor" so that the backlight intensity gets controlled
by thinkpad_acpi. But the last maybe shouldn't complain about it, no?
Thanks.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: x230: unhandled HKEY event 0x6050
2013-03-04 21:38 x230: unhandled HKEY event 0x6050 Borislav Petkov
@ 2013-03-07 0:30 ` Henrique de Moraes Holschuh
2013-03-07 8:43 ` Borislav Petkov
2013-03-09 8:06 ` [ibm-acpi-devel] " Yves-Alexis Perez
0 siblings, 2 replies; 7+ messages in thread
From: Henrique de Moraes Holschuh @ 2013-03-07 0:30 UTC (permalink / raw)
To: Borislav Petkov, ibm-acpi-devel, lkml
On Mon, 04 Mar 2013, Borislav Petkov wrote:
> I get this in dmesg with 3.9-rc1:
>
> [ 12.951434] thinkpad_acpi: unhandled HKEY event 0x6050
> [ 12.951438] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
> [ 13.516752] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
>
> when pressing Fn+F8/F9, i.e. the display backlight keys. I'm loading
> thinkpad_acpi with brightness_enable=1 and booting the kernel with
> "acpi_backlight=vendor" so that the backlight intensity gets controlled
> by thinkpad_acpi. But the last maybe shouldn't complain about it, no?
It shouldn't even work right on a x230, that box should be doing standard
ACPI backlight control...
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: x230: unhandled HKEY event 0x6050
2013-03-07 0:30 ` Henrique de Moraes Holschuh
@ 2013-03-07 8:43 ` Borislav Petkov
2013-03-09 8:06 ` [ibm-acpi-devel] " Yves-Alexis Perez
1 sibling, 0 replies; 7+ messages in thread
From: Borislav Petkov @ 2013-03-07 8:43 UTC (permalink / raw)
To: Henrique de Moraes Holschuh; +Cc: ibm-acpi-devel, lkml
On Wed, Mar 06, 2013 at 09:30:16PM -0300, Henrique de Moraes Holschuh wrote:
> On Mon, 04 Mar 2013, Borislav Petkov wrote:
> > I get this in dmesg with 3.9-rc1:
> >
> > [ 12.951434] thinkpad_acpi: unhandled HKEY event 0x6050
> > [ 12.951438] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
> > [ 13.516752] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
> >
> > when pressing Fn+F8/F9, i.e. the display backlight keys. I'm loading
> > thinkpad_acpi with brightness_enable=1 and booting the kernel with
> > "acpi_backlight=vendor" so that the backlight intensity gets controlled
> > by thinkpad_acpi. But the last maybe shouldn't complain about it, no?
>
> It shouldn't even work right on a x230, that box should be doing standard
> ACPI backlight control...
The standard ACPI crap doesn't work - if I don't boot with
acpi_backlight=vendor I get a blinding max level backlight which cannot
be modified by pressing the keys.
The thing is, with "acpi_backlight=vendor" and thinkpad_acpi loaded
with "brightness_enable=1" the backlight actually gets modified nicely
so thinkpad_acpi supports it after all. Maybe the simplest fix is for
thinkpad_acpi to shut up about this button when brightness_enable is set
and maybe when the model is x230?
Hmm.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ibm-acpi-devel] x230: unhandled HKEY event 0x6050
2013-03-07 0:30 ` Henrique de Moraes Holschuh
2013-03-07 8:43 ` Borislav Petkov
@ 2013-03-09 8:06 ` Yves-Alexis Perez
2013-03-09 11:36 ` Borislav Petkov
1 sibling, 1 reply; 7+ messages in thread
From: Yves-Alexis Perez @ 2013-03-09 8:06 UTC (permalink / raw)
To: Henrique de Moraes Holschuh; +Cc: Borislav Petkov, ibm-acpi-devel, lkml
[-- Attachment #1: Type: text/plain, Size: 1019 bytes --]
On mer., 2013-03-06 at 21:30 -0300, Henrique de Moraes Holschuh wrote:
> On Mon, 04 Mar 2013, Borislav Petkov wrote:
> > I get this in dmesg with 3.9-rc1:
> >
> > [ 12.951434] thinkpad_acpi: unhandled HKEY event 0x6050
> > [ 12.951438] thinkpad_acpi: please report the conditions when this
> event happened to ibm-acpi-devel@lists.sourceforge.net
> > [ 13.516752] thinkpad_acpi: unknown possible thermal alarm or
> keyboard event received
> >
> > when pressing Fn+F8/F9, i.e. the display backlight keys. I'm loading
> > thinkpad_acpi with brightness_enable=1 and booting the kernel with
> > "acpi_backlight=vendor" so that the backlight intensity gets
> controlled
> > by thinkpad_acpi. But the last maybe shouldn't complain about it,
> no?
>
> It shouldn't even work right on a x230, that box should be doing
> standard
> ACPI backlight control...
Also see https://bugzilla.kernel.org/show_bug.cgi?id=51231 and
https://patchwork.kernel.org/patch/2124861/
Regards,
--
Yves-Alexis
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ibm-acpi-devel] x230: unhandled HKEY event 0x6050
2013-03-09 8:06 ` [ibm-acpi-devel] " Yves-Alexis Perez
@ 2013-03-09 11:36 ` Borislav Petkov
2013-03-09 20:49 ` Henrique de Moraes Holschuh
0 siblings, 1 reply; 7+ messages in thread
From: Borislav Petkov @ 2013-03-09 11:36 UTC (permalink / raw)
To: Yves-Alexis Perez; +Cc: Henrique de Moraes Holschuh, ibm-acpi-devel, lkml
On Sat, Mar 09, 2013 at 09:06:46AM +0100, Yves-Alexis Perez wrote:
> Also see https://bugzilla.kernel.org/show_bug.cgi?id=51231 and
> https://patchwork.kernel.org/patch/2124861/
Great, another fit-the-hardware-to-the-software idiocy because those
dimwits which call their pile of stinking software running in ring 0 the
parts of a house want to control every-f*cking-thing. Sigh :(.
Thanks for the links Yves-Alexis, certainly a sad read.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [ibm-acpi-devel] x230: unhandled HKEY event 0x6050
2013-03-09 11:36 ` Borislav Petkov
@ 2013-03-09 20:49 ` Henrique de Moraes Holschuh
2013-03-09 22:13 ` Borislav Petkov
0 siblings, 1 reply; 7+ messages in thread
From: Henrique de Moraes Holschuh @ 2013-03-09 20:49 UTC (permalink / raw)
To: Borislav Petkov, Yves-Alexis Perez, ibm-acpi-devel, lkml
On Sat, 09 Mar 2013, Borislav Petkov wrote:
> On Sat, Mar 09, 2013 at 09:06:46AM +0100, Yves-Alexis Perez wrote:
> > Also see https://bugzilla.kernel.org/show_bug.cgi?id=51231 and
> > https://patchwork.kernel.org/patch/2124861/
>
> Great, another fit-the-hardware-to-the-software idiocy because those
> dimwits which call their pile of stinking software running in ring 0 the
> parts of a house want to control every-f*cking-thing. Sigh :(.
>
> Thanks for the links Yves-Alexis, certainly a sad read.
Hmm, I don't follow. thinkpad-acpi does run on ring 0, so was that aimed at
me? Or are you complaining about the Win-8 bug-to-bug compatibility madness
Lenovo added to the ACPI firmware?
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [ibm-acpi-devel] x230: unhandled HKEY event 0x6050
2013-03-09 20:49 ` Henrique de Moraes Holschuh
@ 2013-03-09 22:13 ` Borislav Petkov
0 siblings, 0 replies; 7+ messages in thread
From: Borislav Petkov @ 2013-03-09 22:13 UTC (permalink / raw)
To: Henrique de Moraes Holschuh; +Cc: Yves-Alexis Perez, ibm-acpi-devel, lkml
On Sat, Mar 09, 2013 at 05:49:13PM -0300, Henrique de Moraes Holschuh wrote:
> Hmm, I don't follow. thinkpad-acpi does run on ring 0, so was that aimed at
> me?
Huh, is "thinkpad-acpi" the name of a part of a house? :-)
> Or are you complaining about the Win-8 bug-to-bug compatibility madness
> Lenovo added to the ACPI firmware?
Of course, I was simply ranting at the fact that hw vendors like lenovo
need to do all kinds of dancing in the BIOS just so they can get their
windoze certification. I know, I know, they don't have a choice and we
have more of those windoze workarounds in the kernel but we shouldn't.
Btw, what your signature says is very fitting to the occasion. :)
> --
> "One disk to rule them all, One disk to find them. One disk to bring
> them all and in the darkness grind them. In the Land of Redmond
> where the shadows lie." -- The Silicon Valley Tarot
> Henrique Holschuh
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-03-09 22:13 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04 21:38 x230: unhandled HKEY event 0x6050 Borislav Petkov
2013-03-07 0:30 ` Henrique de Moraes Holschuh
2013-03-07 8:43 ` Borislav Petkov
2013-03-09 8:06 ` [ibm-acpi-devel] " Yves-Alexis Perez
2013-03-09 11:36 ` Borislav Petkov
2013-03-09 20:49 ` Henrique de Moraes Holschuh
2013-03-09 22:13 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox