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
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
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
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
_
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'.