From 639375e0b6bfaf20923560c767f1b9eab79e9401 Mon Sep 17 00:00:00 2001 From: Dana Olson Date: Thu, 21 May 2020 16:41:25 -0400 Subject: [PATCH] ACCEL_MOUNT_MATRIX for additional Acer Spin model This fixes the broken rotation on the Acer Spin 1 I recently bought (exact model is SP111-34N-P4BZ). It is possible that all of the SP111 models would use the same matrix, but to be on the safe side, I added a new entry. --- hwdb.d/60-sensor.hwdb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index 0763f040f1..49bb90f58e 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -93,6 +93,9 @@ sensor:modalias:acpi:BOSC0200*:dmi:*:svnAcer*:pnSwitchSW312-31:* sensor:modalias:acpi:BOSC0200*:dmi:*svn*Acer*:*pn*Spin*SP111-33* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 +sensor:modalias:acpi:BOSC0200*:dmi:*svnAcer*:*pnSpinSP111-34* + ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 + ######################################### # Archos #########################################