From: Ross Lagerwall Date: Sat, 11 Apr 2020 16:01:37 +0000 (+0100) Subject: hwdb: Add accel orientation quirk for Geoflex laptop X-Git-Tag: v246-rc1~604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=964df69bd5d3a924f69b78c9b4e209a68fda1d6d;p=thirdparty%2Fsystemd.git 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. --- diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 3b6d98f0bfd..c31acd4af36 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 #########################################