mbox series

[bugfix,for,5.10,0/2] iio: accel: kxcjk1013: Fix kbd/touchpad not working on some 2-in-1s

Message ID 20201110133835.129080-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series iio: accel: kxcjk1013: Fix kbd/touchpad not working on some 2-in-1s | expand

Message

Hans de Goede Nov. 10, 2020, 1:38 p.m. UTC
Hi All,

This series fixes a somewhat special bug where sometimes the
kbd/touchpad do not work on certain 2-in-1s with 360 degree
(yoga) hinges, which use 2 accelerometers to allow figuring out the
angle between the display and the base.

The display accelerometer ACPI device / fwnode has a special ACPI
method which allows suppressing kbd + touchpads events when folded
into tablet-mode and sometimes the event suppression gets enabled
by default, this series calls the ACPI method at probe time to
disable the suppression, fixing the kbd/touchpad not working.

A web-search shows various reports about this issue in forums and such,
so it would be good if we can get these 2 patches added to a 5.10-rc#
as a bugfix, as I indicated in the Subject prefix.

Regards,

Hans