[ibm-acpi-devel] W540 Temp errors

2014-09-20 Thread Anthony S Whiteley
Aug 27 14:44:12 twhiteley2 kernel: thinkpad_acpi: THERMAL ALERT: unknown thermal alarm received Aug 27 14:44:12 twhiteley2 kernel: thinkpad_acpi: unhandled HKEY event 0x6000 Aug 27 14:44:12 twhiteley2 kernel: thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@l

[ibm-acpi-devel] [PATCH] x86: thinkpad_acpi.c: fixed spacing coding style issue

2014-09-20 Thread Jan van den Berg
Fixed 22 similar coding style issues: "ERROR: spaces required around that '?'" Signed-off-by: Jan van den Berg --- drivers/platform/x86/thinkpad_acpi.c | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/platform/x86/thinkpad_acpi.c

[ibm-acpi-devel] Unsupported brightness interface

2014-09-20 Thread Edvin Aj Hultberg
Hello, I got an error message while booting ubuntu 14.04 64-bit. Error: thinkpad_acpi: Unsupported brightness interface, please contact ibm-acpi-devel@lists.sourceforge.net nouveau E[ PIBUS][:01:00.0] GPC0: 0x4188ac 0x0001 (0x1d70822e) My computer won't boot past this point

Re: [ibm-acpi-devel] [PATCH] x86: thinkpad_acpi.c: fixed spacing coding style issue

2014-09-20 Thread Darren Hart
On Wed, Sep 17, 2014 at 12:01:08AM +0200, Jan van den Berg wrote: > Fixed 22 similar coding style issues: "ERROR: spaces required around that '?'" > > Signed-off-by: Jan van den Berg Queued, thanks. -- Darren Hart Intel Open Source Technology Center ---

Re: [ibm-acpi-devel] [PATCH 17/22] thinkpad_acpi: Replace strnicmp with strncasecmp

2014-09-20 Thread Rasmus Villemoes
On Wed, Sep 17 2014, Darren Hart wrote: > On Tue, Sep 16, 2014 at 10:51:31PM +0200, Rasmus Villemoes wrote: >> The kernel used to contain two functions for length-delimited, >> case-insensitive string comparison, strnicmp with correct semantics >> and a slightly buggy strncasecmp. The latter is t

[ibm-acpi-devel] [PATCH 17/22] thinkpad_acpi: Replace strnicmp with strncasecmp

2014-09-20 Thread Rasmus Villemoes
The kernel used to contain two functions for length-delimited, case-insensitive string comparison, strnicmp with correct semantics and a slightly buggy strncasecmp. The latter is the POSIX name, so strnicmp was renamed to strncasecmp, and strnicmp made into a wrapper for the new strncasecmp to avoi

[ibm-acpi-devel] fn key not functioning with thinkpad_acpi

2014-09-20 Thread Daniil Satsura
Hi, I have thinkpad X1 carbon 2nd (machine type 20A7) carbon danix # uname -a Linux carbon 3.14.14-gentoo #4 SMP Fri Aug 29 14:11:24 FET 2014 x86_64 Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz GenuineIntel GNU/Linux carbon danix # dmidecode -s system-product-name 20A7002WUS carbon danix # dmidecode -

[ibm-acpi-devel] Lenovo ThinkPad Edge e330

2014-09-20 Thread Павел Грязнов
Hello, dmesg told me to send you a letter) [ 557.159878] thinkpad_acpi: unknown possible thermal alarm or keyboard event received [ 557.159886] thinkpad_acpi: unhandled HKEY event 0x6060 [ 557.159890] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.s

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

2014-09-20 Thread Kevin Gibson
Team, I get these events in my /var/log/messages every time I unplug my USB laptop cooler fan. Aug 22 09:03:17 gibsonk kernel: thinkpad_acpi: THERMAL ALERT: unknown thermal alarm received Aug 22 09:03:17 gibsonk kernel: thinkpad_acpi: unhandled HKEY event 0x6040 Aug 22 09:03:17 gibsonk kernel: t

Re: [ibm-acpi-devel] [PATCH 17/22] thinkpad_acpi: Replace strnicmp with strncasecmp

2014-09-20 Thread Darren Hart
On Tue, Sep 16, 2014 at 10:51:31PM +0200, Rasmus Villemoes wrote: > The kernel used to contain two functions for length-delimited, > case-insensitive string comparison, strnicmp with correct semantics > and a slightly buggy strncasecmp. The latter is the POSIX name, so > strnicmp was renamed to str