[PATCH v2 0/5] uniwill-laptop: Input-related improvements

Armin Wolf posted 5 patches 2 months ago
There is a newer version of this series
.../ABI/testing/sysfs-driver-uniwill-laptop   |  10 +-
.../admin-guide/laptops/uniwill-laptop.rst    |   2 +-
drivers/platform/x86/uniwill/uniwill-acpi.c   | 109 ++++++++++++------
drivers/platform/x86/uniwill/uniwill-wmi.h    |   4 +-
4 files changed, 83 insertions(+), 42 deletions(-)
[PATCH v2 0/5] uniwill-laptop: Input-related improvements
Posted by Armin Wolf 2 months ago
This patch series contains a set of input-related improvements
for the uniwill-laptop driver. The first patch renames the
"fn_lock_toggle_enable" and "super_key_toggle_enable" sysfs attributes
after it was discovered that the underlying hardware works differently
than previously thought. This technically breaks user space
applications using those sysfs attributes, but AFAIK no such users
currently exist.

The next two patches fix a potential crash and an issue with the fn
lock status not being updated when using a key combination. The
remaining patches ensure that when the users changes the fn lock
status or enables/disables the super key using a key combination, a
poll notification is being issued on the appropriate sysfs attr.

Changes since v1:
- update admin-guide for uniwill laptops
- rename UNIWILL_OSD_SUPER_KEY_LOCK_ENABLE and
  UNIWILL_OSD_SUPER_KEY_LOCK_DISABLE
- fix small issue in commit description of patch 5

Armin Wolf (5):
  platform/x86: uniwill-laptop: Rename FN lock and super key lock attrs
  platform/x86: uniwill-laptop: Fix crash on unexpected battery event
  platform/x86: uniwill-laptop: Mark FN lock status as being volatile
  platform/x86: uniwill-laptop: Handle FN lock event
  platform/x86: uniwill-laptop: Handle super key enable/disable events

 .../ABI/testing/sysfs-driver-uniwill-laptop   |  10 +-
 .../admin-guide/laptops/uniwill-laptop.rst    |   2 +-
 drivers/platform/x86/uniwill/uniwill-acpi.c   | 109 ++++++++++++------
 drivers/platform/x86/uniwill/uniwill-wmi.h    |   4 +-
 4 files changed, 83 insertions(+), 42 deletions(-)

-- 
2.39.5