hwdb: Add Chromebook accelerometer orientation quirk

Chromebooks have their accelerometer set to a negative orientation.
This commit is contained in:
Daniel Stuart 2019-09-24 18:45:44 -03:00
parent 9832839c47
commit 820a2e996b
1 changed files with 6 additions and 0 deletions

View File

@ -252,6 +252,12 @@ sensor:modalias:acpi:ACCE0001*:dmi:*svnEndless*:*pnELT-NL3*
sensor:modalias:acpi:KIOX000A*:dmi:*:svnEVE*:pnEveV:*
ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
#########################################
# Google Chromebooks
#########################################
sensor:modalias:platform:cros-ec-accel:dmi:*:svnGOOGLE*
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, -1
#########################################
# GP-electronic
#########################################