Skip to content

Commit

Permalink
hwdb: Apply the same quirk to all the lis3lv02d devices
Browse files Browse the repository at this point in the history
HP laptops and desktop containing the lis3lv02d device (as supported by
the drivers/platform/x86/hp_accel.c driver) are supposed to output their
values according to their "standard" orientation, one that
corresponds to "can play neverball".

For all those devices, we need to convert that "neverball" orientation
to a "Windows 8" orientation. We will not accept quirks for HP machines
that use the lis3lv02d device, they should go in the hp_accel.c driver
instead.

Closes: #5160
  • Loading branch information
hadess authored and poettering committed Oct 30, 2018
1 parent af9a5a0 commit 0d1a2be
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hwdb/60-sensor.hwdb
Expand Up @@ -228,8 +228,12 @@ sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrBYT70A.YNCHENG.WIN.007:*:sv
#########################################
# HP
#########################################
sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8540w*
sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*pn*HPEliteBook8560w*

# Laptops using the lis3lv02d device should have a first quirk applied
# to them in the drivers/platform/x86/hp_accel.c in the kernel. The
# quirk from "can play neverball" to "matches Windows 8 orientation"
# is then applied below.
sensor:modalias:platform:lis3lv02d:dmi:*svn*Hewlett-Packard*:*
ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 0, -1; 0, 1, 0

sensor:modalias:acpi:SMO8500*:dmi:*:svnHewlett-Packard:pnHPStream7Tablet:*
Expand Down

0 comments on commit 0d1a2be

Please sign in to comment.