diff options
author | 白一百 <72658127+bai-yi-bai@users.noreply.github.com> | 2024-11-24 08:30:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 08:30:33 +0100 |
commit | 8c18851e7e4563c26ad2b91b4bc3423d2d73b120 (patch) | |
tree | f6b4fcbf6c6ce63670c50dbff2d9d34eb961fa0e /hwdb.d/60-sensor.hwdb | |
parent | curl-util: do not configure new io event source when the event loop is alread... (diff) | |
download | systemd-8c18851e7e4563c26ad2b91b4bc3423d2d73b120.tar.xz systemd-8c18851e7e4563c26ad2b91b4bc3423d2d73b120.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |