diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-05-12 19:05:18 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-05-22 12:13:42 +0200 |
commit | eb281f3effb4d401ad3295919b2abee15612b71d (patch) | |
tree | 9a8d8fced1d6c45ea31939412729070072ca9945 /hwdb.d/60-sensor.hwdb | |
parent | units: make sure importd has CAP_LINUX_IMMUTABLE flag (diff) | |
download | systemd-eb281f3effb4d401ad3295919b2abee15612b71d.tar.xz systemd-eb281f3effb4d401ad3295919b2abee15612b71d.zip |
hwdb: Add accel orientation quirk for the KD Kurio Smart C15200 tablet
Add a quirk to fix the accelerometer orientation on the
KD Kurio Smart C15200 tablet.
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-rw-r--r-- | hwdb.d/60-sensor.hwdb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb index fcbfcd856b..d757555ce6 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -478,6 +478,12 @@ sensor:modalias:acpi:KIOX000A*:dmi:bvnINSYDECorp.:bvrVISION.I22K*:svnKAZAM:pnVIS ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 ######################################### +# KD / Kurio +######################################### +sensor:modalias:acpi:SMO8500*:dmi:*:svnKDInteractive:pnKurioSmart:*:rnKDM960BCP:* + ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 + +######################################### # Lamina ######################################### sensor:modalias:acpi:SMO8500*:dmi:*svnLamina*:*pnT701BR.SE:* |