hwdb: Add accel orientation quirk for Wortmann Terra Pad 1061

Add a quirk to fix the accelerometer orientation on the Wortmann
Terra Pad 1061 tablet.
This commit is contained in:
Hans de Goede 2019-11-06 10:22:21 +01:00 committed by Lennart Poettering
parent a602d93e44
commit 5b1733cdae
1 changed files with 6 additions and 0 deletions

View File

@ -591,6 +591,12 @@ sensor:modalias:acpi:KIOX020A*:dmi:*:svnTREKSTOR:pnPRIMEBOOKC11B:*
sensor:modalias:acpi:SMO8500*:dmi:*:svnUMAX:pnVisionBook10WiPlus:*
ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
#########################################
# Wortmann
#########################################
sensor:modalias:acpi:KIOX000A*:dmi:*:svnWortmann_AG:pnTERRA_PAD_1061:*
ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, -1
#########################################
# Yours
#########################################