9d027f0d2b
Resolves: RHEL-24340,RHEL-25515,RHEL-49810,RHEL-70884
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From 20d56d6bf568611f89569a4a1153aee051c1ce03 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=E7=99=BD=E4=B8=80=E7=99=BE?=
|
|
<72658127+bai-yi-bai@users.noreply.github.com>
|
|
Date: Sun, 24 Nov 2024 15:30:33 +0800
|
|
Subject: [PATCH] hwdb: add entry for Chuwi Hi10 X1 (#35331)
|
|
|
|
https://www.chuwi.com/product/items/chuwi-hi10-x1.html
|
|
Rotated -90 degrees in the Z axis.
|
|
|
|
(cherry picked from commit 8c18851e7e4563c26ad2b91b4bc3423d2d73b120)
|
|
|
|
Resolves: RHEL-49810
|
|
---
|
|
hwdb.d/60-sensor.hwdb | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
|
|
index 3c4bb81671..02f4041475 100644
|
|
--- a/hwdb.d/60-sensor.hwdb
|
|
+++ b/hwdb.d/60-sensor.hwdb
|
|
@@ -295,6 +295,10 @@ sensor:modalias:acpi:MXC6655*:dmi:*:svnCHUWIInnovationAndTechnology*:pnHi10X:*
|
|
sensor:modalias:acpi:KIOX000A*:dmi:*:svnCHUWIInnovationAndTechnology*:pnHi10X:*
|
|
ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1
|
|
|
|
+# Chuwi Hi10 X1
|
|
+sensor:modalias:acpi:NSA2513*:dmi:*:svnCHUWIInnovationAndTechnology*:pnHi10X1:*
|
|
+ ACCEL_MOUNT_MATRIX=0, 1, 0; -1, 0, 0; 0, 0, 1
|
|
+
|
|
# Chuwi Hi10 Go
|
|
sensor:modalias:acpi:MXC6655*:dmi:*:svnCHUWIINNOVATIONLIMITED:pnHi10Go:*
|
|
ACCEL_MOUNT_MATRIX=-1, 0, 0; 0,-1, 0; 0, 0, 1
|