diff options
author | javitoom <javitoom96@gmail.com> | 2018-09-17 16:48:41 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-09-19 09:44:21 +0200 |
commit | 89686d74366d513cfd554149d2414928092136a8 (patch) | |
tree | 39300ce13d2653d1769a12d6f813bd1f57612589 | |
parent | nspawn: suppress one more log message when --quiet is passed (diff) | |
download | systemd-89686d74366d513cfd554149d2414928092136a8.tar.xz systemd-89686d74366d513cfd554149d2414928092136a8.zip |
hwdb: Add accelerometer orientation quirk for the Teclast X98 Plus I (A5C6) tablet
Add accelerometer orientation quirk for the Teclast X98 Plus I (A5C6) tablet.
-rw-r--r-- | hwdb/60-sensor.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/60-sensor.hwdb b/hwdb/60-sensor.hwdb index 19fe970d0b..9525a121f3 100644 --- a/hwdb/60-sensor.hwdb +++ b/hwdb/60-sensor.hwdb @@ -388,6 +388,10 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX80Pro:* sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX98PlusII:* ACCEL_MOUNT_MATRIX=1, 0, 0; 0, -1, 0; 0, 0, 1 + +# Teclast X98 Plus I (A5C6), generic DMI strings, match entire dmi modalias inc. bios-date +sensor:modalias:acpi:KIOX000A*:dmi:bvnAmericanMegatrendsInc.:bvr5.011:bd11/03/2015:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnAMICorporation:rnCherryTrailCR:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: + ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 ######################################### # Trekstor |