diff options
author | Luxiter <113431831+Luxiter@users.noreply.github.com> | 2024-03-26 18:32:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 18:32:03 +0100 |
commit | 33243f7374c71a552a5292e7cef1d9564aa38264 (patch) | |
tree | 480b86b15998687b691f7661ea8c3fdd75876d8d | |
parent | Merge pull request #31879 from yuwata/journalctl-split (diff) | |
download | systemd-33243f7374c71a552a5292e7cef1d9564aa38264.tar.xz systemd-33243f7374c71a552a5292e7cef1d9564aa38264.zip |
hwdb: fix Asus T300FA rotation matrix (#31973)
Closes #31972.
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index ce800da5e4..75f7b26479 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -182,6 +182,9 @@ sensor:modalias:acpi:BOSC0200*:dmi:*svn*ASUSTeK*:*pn*TP412UA:* sensor:modalias:acpi:BOSC0200*:dmi:*svn*ASUSTeK*:pn*BR1100FKA:* ACCEL_MOUNT_MATRIX=0, -1, 0; -1, 0, 0; 0, 0, -1 +sensor:modalias:acpi:BMA250E*:dmi:*:*svn*ASUSTeK*:pnT300FA:* + ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 + ######################################### # Axxo ######################################### |