diff options
author | zeroskyx <zeroskyx@users.noreply.github.com> | 2023-11-10 14:32:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 14:32:05 +0100 |
commit | 49a2fe138830393d18a4f7c01c397dfe3f48cfc0 (patch) | |
tree | 3483ad7a2c954d2a22bddb48581ae862c2e963c1 | |
parent | portablectl: fix detaching when an extension image has been deleted (diff) | |
download | systemd-49a2fe138830393d18a4f7c01c397dfe3f48cfc0.tar.xz systemd-49a2fe138830393d18a4f7c01c397dfe3f48cfc0.zip |
hwdb: Add accelerometer data for Librem11 (#29974)
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index e78c795241..c17f57ace7 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -927,6 +927,14 @@ sensor:modalias:acpi:SMO8500*:dmi:*:svnProwise:pnPT301:* ACCEL_MOUNT_MATRIX=-1, 0, 0; 0, 1, 0; 0, 0, 1 ######################################### +# Purism +######################################### + +# Librem11 +sensor:modalias:acpi:MXC6655*:dmi:*:svnPurism*:pnlibrem_11* + ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, 1 + +######################################### # Reeder ######################################### |