From 964df69bd5d3a924f69b78c9b4e209a68fda1d6d Mon Sep 17 00:00:00 2001 From: Ross Lagerwall Date: Sat, 11 Apr 2020 17:01:37 +0100 Subject: [PATCH] hwdb: Add accel orientation quirk for Geoflex laptop Add a quirk to fix the accelerometer orientation on the Geoflex laptop so that the display is upright rather than upside-down. --- 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 3b6d98f0bf..c31acd4af3 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -283,6 +283,14 @@ 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 +######################################### +# Geo Computers +######################################### + +# Geoflex +sensor:modalias:acpi:KIOX010A*:dmi:*:svnGEO*:pnGeoFlex*:* + ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, -1, 0; 0, 0, 1 + ######################################### # Google Chromebooks #########################################