richardphibel / rpms / systemd

Forked from rpms/systemd 2 years ago
Clone
8d419f
From 8373d5f5a1c9604a1a87cdc04668000720fe3155 Mon Sep 17 00:00:00 2001
8d419f
From: Nikolai Kostrigin <nickel@altlinux.org>
8d419f
Date: Fri, 13 May 2022 17:13:00 +0300
8d419f
Subject: [PATCH] hwdb: fix accelerometer mount matrix for Aquarius NS483
8d419f
8d419f
Signed-off-by: Nikolai Kostrigin <nickel@altlinux.org>
8d419f
(cherry picked from commit e4bb1a07ef834f4e4eabe1fa21e838586e7dd2a3)
8d419f
8d419f
Related: #2087778
8d419f
---
8d419f
 hwdb.d/60-sensor.hwdb | 8 ++++++++
8d419f
 1 file changed, 8 insertions(+)
8d419f
8d419f
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
8d419f
index 3fb308f3f1..104fe05187 100644
8d419f
--- a/hwdb.d/60-sensor.hwdb
8d419f
+++ b/hwdb.d/60-sensor.hwdb
8d419f
@@ -106,6 +106,14 @@ sensor:modalias:acpi:BOSC0200*:dmi:*svn*Acer*:*pn*Spin*SP111-33:*
8d419f
 sensor:modalias:acpi:BOSC0200*:dmi:*svnAcer*:*pnSpinSP111-34:*
8d419f
  ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1
8d419f
 
8d419f
+#########################################
8d419f
+# Aquarius
8d419f
+#########################################
8d419f
+
8d419f
+# Aquarius NS483
8d419f
+sensor:modalias:acpi:MXC6655*:dmi:*:svnAquarius*:pnNS483:*
8d419f
+ ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1
8d419f
+
8d419f
 #########################################
8d419f
 # Archos
8d419f
 #########################################