[ibm-acpi-devel] Issue with Thinkpad X1 5th gen

2017-07-03 Thread Lennart Klebl
Hi, My dmesg told me to write this email to you. My laptop is a new Thinkpad X1 Carbon 5th gen. The three events occur upon pressing the keys F10, F11 and F12 in normal mode (FnLock inactive) or in Fnlock mode while pressing Fn and these keys. I append the output of "dmesg" while typing at first

[ibm-acpi-devel] Lid orientation sensor on X1 Yoga produces unhandled HKEY events

2017-07-03 Thread Alex Guzman
I was trying to figure out why tablet mode wasn't working right on my X1 Yoga when I checked dmesg and saw these lines: [88345.191314] thinkpad_acpi: unknown possible thermal alarm or keyboard event received [88345.191320] thinkpad_acpi: unhandled HKEY event 0x60f0 [88345.191322] thinkpad_acpi: pl

[ibm-acpi-devel] [PATCH v2] platform/x86: thinkpad_acpi: Fix warning about deprecated hwmon_device_register

2017-07-03 Thread Stanislav Fomichev
From: Stanislav Fomichev Use hwmon_device_register_with_groups instead of deprecated hwmon_device_register and fix a dmesg warning. This patch however changes the userspace API. hwmon_device_register_with_groups takes `hwmon' name as an argument and creates a name file in the `hwmon' device, not

Re: [ibm-acpi-devel] [PATCH v2] platform/x86: thinkpad_acpi: Fix warning about deprecated hwmon_device_register

2017-07-03 Thread Stanislav Fomichev
Henrique, any comments on the v2? -- Stanislav Fomichev -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _

[ibm-acpi-devel] [PATCH] platform/x86: thinkpad_acpi: Fix warning about deprecated hwmon_device_register

2017-07-03 Thread Stanislav Fomichev
Use hwmon_device_register_with_groups instead of deprecated hwmon_device_register and fix a dmesg warning. This patch however changes the userspace API. hwmon_device_register_with_groups takes `hwmon' name as an argument and creates a name file in the `hwmon' device, not in the `platform_device'.