]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
platform/x86: hp_accel: Add quirk for HP ProBook 440 G4
authorOsama Khan <osama.khan@ericsson.com>
Sat, 21 Oct 2017 10:42:21 +0000 (10:42 +0000)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 27 Oct 2017 17:54:01 +0000 (20:54 +0300)
commit163ca80013aafb6dc9cb295de3db7aeab9ab43f8
treecd70e8f7dd8b8e045a0afe5105e8a39759e54a01
parent5520437bebf7c65507a12bb111eba79f35efba1d
platform/x86: hp_accel: Add quirk for HP ProBook 440 G4

Added support for HP ProBook 440 G4 laptops by including the accelerometer
orientation quirk for that device. Testing was performed based on the
axis orientation guidelines here:
https://www.kernel.org/doc/Documentation/misc-devices/lis3lv02d
which states "If the left side is elevated, X increases (becomes positive)".

When tested, on lifting the left edge, x values became increasingly negative
thus indicating an inverted x-axis on the installed lis3lv02d chip.
This was compensated by adding an entry for this device in hp_accel.c
specifying the quirk as x_inverted. The patch was tested on a
ProBook 440 G4 device and x-axis as well as y and z-axis values are now
generated as per spec.

Signed-off-by: Osama Khan <osama.khan@ericsson.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/hp_accel.c