From e0883f53506939b0586f877064c82b12384b8ffa Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 28 Apr 2021 13:57:10 +0200 Subject: [PATCH] hwdb: Add accel orientation quirk for the Glavey TM800A550L tablet Add a quirk to fix the accelerometer orientation on the Glavey TM800A550L tablet. --- hwdb.d/60-sensor.hwdb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index c76509e2af..b6d731d936 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -344,6 +344,14 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnEVE*:pnEveV:* sensor:modalias:acpi:KIOX010A*:dmi:*:svnGEO*:pnGeoFlex*:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1 +######################################### +# Glavey +######################################### + +# Glavey TM800A550L +sensor:modalias:acpi:KXCJ9000*:dmi:*:bvrZY-8-BI-PX4S70VTR400-X423B-005-D:*:rvnAMICorporation:rnAptioCRB:* + ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 + ######################################### # Google Chromebooks ######################################### -- 2.25.1