From: Hans de Goede Date: Sat, 17 Apr 2021 17:55:47 +0000 (+0200) Subject: hwdb: Add accel orientation quirk for the Teclast Tbook 11 tablet X-Git-Tag: v249-rc1~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189bde4a036dd4e9dcb90821b2bb98d198e8d337;p=thirdparty%2Fsystemd.git hwdb: Add accel orientation quirk for the Teclast Tbook 11 tablet Add a quirk to fix the accelerometer orientation on the Teclast Tbook 11 tablet. --- diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 54f6f34b7f2..233cde85416 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -735,6 +735,10 @@ sensor:modalias:acpi:KIOX020A*:dmi:*:svnTECLAST:pnF6Pro:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 ACCEL_LOCATION=base +# Teclast Tbook 11 (E5A6) +sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnTbooK11:* + ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 + # Teclast X80 Plus (H5C5) sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnDefaultstring:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1