Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Vasiliy Tolstov
2016-09-15 14:57 GMT+03:00 Joakim Tjernlund : > But we are not talking about a few personal machines, we are talking about > all our Linux boxes at the office. I backport some changes to 150 servers =) If you use right tool (like opensuse build service) upgrade to all not to hard. Sorry for offto

Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Joakim Tjernlund
On Thu, 2016-09-15 at 12:07 +0200, g...@kroah.com wrote: > On Thu, Sep 15, 2016 at 08:51:34AM +, Joakim Tjernlund wrote: > > > > On Thu, 2016-09-15 at 07:59 +0200, g...@kroah.com wrote: > > > > > > On Wed, Sep 14, 2016 at 07:07:36PM +, Joakim Tjernlund wrote: > > > > > > > > > > > > On

Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Joakim Tjernlund
On Thu, 2016-09-15 at 07:59 +0200, g...@kroah.com wrote: > On Wed, Sep 14, 2016 at 07:07:36PM +, Joakim Tjernlund wrote: > > > > On Wed, 2016-09-14 at 20:10 +0200, g...@kroah.com wrote: > > > > > > On Wed, Sep 14, 2016 at 05:57:30PM +, Joakim Tjernlund wrote: > > > > > > > > > > > > On

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

2016-10-01 Thread rainbert
Dear developers, the following error messages appear in my system log when I close or open the lid of my Lenovo Thinkpad X1 Carbon with Archlinux. The log file says I should report this error to you. I must say that I do not have any problems resulting from this error. Best gerads and than

Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Vasiliy Tolstov
2016-09-15 11:51 GMT+03:00 Joakim Tjernlund : > Yes, but allowing new HW to work properly in older kernels was an exception > or at least so I thought. > If here is a new minor version of the e1000 ethernet device which needs a few > tweaks to > function on older kernels, do you not accept patche

Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Joakim Tjernlund
On Wed, 2016-09-14 at 20:10 +0200, g...@kroah.com wrote: > On Wed, Sep 14, 2016 at 05:57:30PM +, Joakim Tjernlund wrote: > > > > On Wed, 2016-09-14 at 19:08 +0200, g...@kroah.com wrote: > > > > > > On Wed, Sep 14, 2016 at 04:13:52PM +, Joakim Tjernlund wrote: > > > > > > > > > > > > On

Re: [ibm-acpi-devel] Add support for recent lenovo thinkpad HKEYS(Wifi/video swicth etc) buttons

2016-10-01 Thread Vasiliy Tolstov
15 Сен 2016 г. 11:52 пользователь "Joakim Tjernlund" < joakim.tjernl...@infinera.com> написал: > > On Thu, 2016-09-15 at 07:59 +0200, g...@kroah.com wrote: > > On Wed, Sep 14, 2016 at 07:07:36PM +, Joakim Tjernlund wrote: > > > > > > On Wed, 2016-09-14 at 20:10 +0200, g...@kroah.com wrote: > >

[ibm-acpi-devel] [PATCH] platform/x86: Use ACPI_FAILURE at appropriate places

2016-10-01 Thread Axel Lin
Use ACPI_FAILURE() to replace !ACPI_SUCCESS(), this avoid !! operations. Signed-off-by: Axel Lin --- drivers/platform/x86/intel-hid.c | 6 +++--- drivers/platform/x86/intel-smartconnect.c | 2 +- drivers/platform/x86/intel-vbtn.c | 2 +- drivers/platform/x86/panasonic-laptop.c