diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-12-01 15:55:00 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2019-12-01 15:56:26 +0100 |
commit | d0d7f11ca27bf9284ee26890b08a51ffecd2bd61 (patch) | |
tree | 9d4a6a95ee74129413692de0e989d1fe64fc2506 /hwdb.d/60-sensor.hwdb | |
parent | hwdb: Sort 60-sensor.hwdb Teclast entries alphabetically (diff) | |
download | systemd-d0d7f11ca27bf9284ee26890b08a51ffecd2bd61.tar.xz systemd-d0d7f11ca27bf9284ee26890b08a51ffecd2bd61.zip |
hwdb: Add accel orientation quirk for Teclast X89 tablet
Add a quirk to fix the accelerometer orientation on the Teclast X89 tablet.
Diffstat (limited to 'hwdb.d/60-sensor.hwdb')
-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 f37f1018ed..f2338b2b10 100644 --- a/hwdb.d/60-sensor.hwdb +++ b/hwdb.d/60-sensor.hwdb @@ -572,6 +572,10 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnDefaultstring:* sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX80Pro:* ACCEL_MOUNT_MATRIX=0, 1, 0; 1, 0, 0; 0, 0, 1 +# Teclast X89 (E7ED), "tPAD" is too generic also match on BIOS date +sensor:modalias:acpi:SMO8500*:dmi:*bd12/19/2014:*:rvnTECLAST:rntPAD:* + 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 |