From 366b21efedac20e450dd00302a73d474faea75f6 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 30 Mar 2018 17:10:21 +0200 Subject: [PATCH] hwdb: Add accelerometer orientation quirk for the MSI S100 2-in-1 Add an accelerometer orientation quirk for the MSI S100 2-in-1. --- hwdb/60-sensor.hwdb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 1f27b65d17..a782102485 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -234,6 +234,12 @@ sensor:modalias:acpi:BMA250E*:dmi:bvnLENOVO:*:pvrLenovoMIIX3-1030:* sensor:modalias:acpi:*BOSC0200*:dmi:*:svnLENOVO*:pn80XF:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 +######################################### +# MSI +######################################### +sensor:modalias:acpi:SMO8500*:dmi:*:svnMicro-StarInternationalCo.,Ltd.:pnS100:* + ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, 1 + ######################################### # Peaq ######################################### -- 2.25.1