Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: save kbdlight state on suspend and restore it on resume

2016-05-14 Thread Marco Trevisan
Il 14/05/2016 22:16, Henrique de Moraes Holschuh ha scritto: > On Fri, 13 May 2016, Marco Trevisan wrote: >> The current implementation of the keyboard backlight driver uses the >> default led suspend/resume implementation, which causes the driver not >> to restore the kbd backlight on resume. >> >

[ibm-acpi-devel] thinkpad_acpi: Unsupported brightness interface

2016-05-14 Thread ibm . e . birrered
Hello When I boot the laptop ThinkPad T440p with Ubuntu 14.04, I receive the following message: *thinkpad_acpi: **Unsupported brightness interface, please contact ibm-acpi-devel@lists.sourceforge.net *See below a part of the log. (I did not send it right away, because I thought it will disap

[ibm-acpi-devel] Thinkpad W540+Ubuntu 14.04 froze upon usb keyboard connect

2016-05-14 Thread Mordechai Taitelman
Apr 18 11:36:21 moti-tp2 kernel: [84430.891006] thinkpad_acpi: unknown possible thermal alarm or keyboard event received Apr 18 11:36:21 moti-tp2 kernel: [84430.891009] thinkpad_acpi: unhandled HKEY event 0x6060 Apr 18 11:36:21 moti-tp2 kernel: [84430.891010] thinkpad_acpi: please report the condit

[ibm-acpi-devel] ThinkPad P50

2016-05-14 Thread Jens Puruckherr
Hi, my brandnew Thinkpad reports during startup: ... [1.879551] thinkpad_acpi: ThinkPad ACPI Extras v0.25 [1.879553] thinkpad_acpi: http://ibm-acpi.sf.net/ [1.879554] thinkpad_acpi: ThinkPad BIOS N1EET41W (1.15 ), EC unknown [1.879555] thinkpad_acpi: Lenovo ThinkPad P50, model 20

[ibm-acpi-devel] Unhandled HKEY event when flipping Yoga 14 display

2016-05-14 Thread Jan Kirschner
Hello! I've got new ThinkPad Yoga 14 and when flipping the display to tablet position and back following message pops out (multiple times): [24198.052374] thinkpad_acpi: unknown possible thermal alarm or keyboard event received [24198.052426] thinkpad_acpi: temperatures (Celsius): 31 23 25 28 35

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: save kbdlight state on suspend and restore it on resume

2016-05-14 Thread Henrique de Moraes Holschuh
On Fri, 13 May 2016, Marco Trevisan wrote: > The current implementation of the keyboard backlight driver uses the > default led suspend/resume implementation, which causes the driver not > to restore the kbd backlight on resume. > > The attached patch fixes this. I am fine with it, although I won