Re: [ibm-acpi-devel] thinkpad_acpi unhandled HKEY events

2013-02-27 Thread Henrique de Moraes Holschuh
On Fri, 15 Feb 2013, Samuel Groß wrote: > I want to report three unhandled HKEY events occurring on my Lenovo > ThinkPad Twist (because I was told so by dmesg ;)). > Those are: > 0x6020 - happens when the small button on the screen above the power > button is pressed (toggles screen auto rotation u

Re: [ibm-acpi-devel] ThinkPad X230 fail on Linux

2013-02-27 Thread Henrique de Moraes Holschuh
On Fri, 22 Feb 2013, Igor Gnatenko wrote: > I send my laptop in standby mode. > After I power on my laptop. > And.. my ethernet not working.. > I plug AC and ethernet working. > Diagnostic information in an attachment. 1. thinkpad-acpi doesn´t have anything to do with this problem. 2. check if yo

Re: [ibm-acpi-devel] thinkpad_acpi doesn't load after alsa update, thinkfan

2013-02-27 Thread Henrique de Moraes Holschuh
On Thu, 21 Feb 2013, Teemu Muikku wrote: > Now, after compiling ALSA ( as per these instructions: > http://alsa.opensrc.org/Quick_Install ) the thinkpad_acpi won't load and > my computer overheats since thinkfan is not working. If thinkpad-acpi didn't even load, the fan should be working in autom

[ibm-acpi-devel] ThinkPad X230 fail on Linux

2013-02-27 Thread Igor Gnatenko
Hi All! I send my laptop in standby mode. After I power on my laptop. And.. my ethernet not working.. I plug AC and ethernet working. Diagnostic information in an attachment. [ 6447.858953] wlan0: deauthenticating from 10:bf:48:e6:25:90 by local choice (reason=3) [ 6447.890132] cfg80211: Calling C

[ibm-acpi-devel] [PATCH] Remove nested functions from the Thinkpad ACPI

2013-02-27 Thread Behan Webster
Remove the use of nested functions from the Thinkpad ACPI driver. Signed-off-by: Behan Webster Signed-off-by: Jan-Simon Möller --- drivers/platform/x86/thinkpad_acpi.c | 86 ++ 1 file changed, 45 insertions(+), 41 deletions(-) diff --git a/drivers/platform/x86

[ibm-acpi-devel] thinkpad_acpi unhandled HKEY events

2013-02-27 Thread Samuel Groß
Hi, I want to report three unhandled HKEY events occurring on my Lenovo ThinkPad Twist (because I was told so by dmesg ;)). Those are: 0x6020 - happens when the small button on the screen above the power button is pressed (toggles screen auto rotation under windows) 0x60b0 and 0x60b1 - both s

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: moved hotkey_thread_mutex lock after set_freezable()

2013-02-27 Thread Artem Savkov
On Mon, Feb 25, 2013 at 03:54:45PM -0800, Andrew Morton wrote: > On Sun, 24 Feb 2013 13:22:02 +0400 > Artem Savkov wrote: > > > set_freezable() checks freezing during which no locks should be held. > > hotkey_thread_mutex lock should be moved closer to where it is actually > > needed. > > > >

[ibm-acpi-devel] thinkpad_acpi: unhandled HKEY event 0x6040

2013-02-27 Thread Florian Goße
My Lenovo ThinkPad T430s crashs multiple times the last days. I wrote a script which write the output of dmesg into a file every second. After the last crash I found these line at the end: [ 5418.840193] thinkpad_acpi: unknown possible thermal alarm or keyboard event received [ 5418.840197] think

[ibm-acpi-devel] T420 chanegd ACPI event code for power

2013-02-27 Thread Toralf Förster
Hello, at a Lenovo T420 with kernel 3.8.0 I get : 2013-02-19T18:34:53.439+01:00 n22 kernel: thinkpad_acpi: unknown possible thermal alarm or keyboard event received 2013-02-19T18:34:53.439+01:00 n22 kernel: thinkpad_acpi: unhandled HKEY event 0x6040 2013-02-19T18:34:53.439+01:00 n22 kernel: thi

[ibm-acpi-devel] unknown acpi event on lenovo edge e130g

2013-02-27 Thread zenter
Dear, I have seen message in dmesg, that happen when I pluged in AC adapter and pluged out it. I need this event for handle with setting up cpu-governor to powersave\ondemand. [ 8111.556270] thinkpad_acpi: unknown possible thermal alarm or keyboard event received [ 8111.558975] thinkpad_acpi:

[ibm-acpi-devel] thinkpad_acpi: unknown possible thermal alarm or keyboard event received

2013-02-27 Thread Menchini, Paul
thinkpad_acpi: unhandled HKEY event 0x6040 thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net thinkpad_acpi: EC reports that Thermal Table has changed This happened shortly after I woke my computer (W520) from sleep after running on battery

[ibm-acpi-devel] thinkpad_acpi doesn't load after alsa update, thinkfan

2013-02-27 Thread Teemu Muikku
Hi there! hopefully I'm posting this into right forum. I bought RME babyface USB audio interface recently. In order to make it work with UbunItu I had to patch ALSA driver bug (see for example here: http://www.mail-archive.com/alsa-user@lists.sourceforge.net/msg28945.html ) Now, after compilin

[ibm-acpi-devel] [PATCH] thinkpad_acpi: moved hotkey_thread_mutex lock after set_freezable()

2013-02-27 Thread Artem Savkov
set_freezable() checks freezing during which no locks should be held. hotkey_thread_mutex lock should be moved closer to where it is actually needed. Signed-off-by: Artem Savkov --- drivers/platform/x86/thinkpad_acpi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dri