From 565849429da55252b6b7e3cc77fc344c253f9848 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sun, 15 Nov 2020 11:23:04 +0100 Subject: [PATCH] hwdb: Add accel orientation quirk for Voyo Winpad A15 tablet Add a quirk to fix the accelerometer orientation on the Voyo Winpad A15 tablet. --- hwdb.d/60-sensor.hwdb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index c568a8d22f..57123e6f1b 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -775,6 +775,16 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnUMAX:pnVisionBook10WiPro:* sensor:modalias:acpi:SMO8500*:dmi:*:svnUMAX:pnVisionBook10WiPlus:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 +######################################### +# Voyo +######################################### +# Voyo Winpad A15 +# The Winpad A15 does not have its product name filled, so we +# match the entire dmi-alias, assuming that the use of a SMO8500 + +# bios-version + bios-date combo is unique +sensor:modalias:acpi:SMO8500*:dmi:bvnAmericanMegatrendsInc.:bvr5.6.5:bd11/20/2014:br5.6:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnAptioCRB:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:* + ACCEL_MOUNT_MATRIX=0, -1, 0; 1, 0, 0; 0, 0, -1 + ######################################### # Wortmann #########################################