5e4e586032
Resolves: RHEL-36276,RHEL-45020,RHEL-50672,RHEL-5950
30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
From 5d61cb3deccf93d28c559dc3ce66b30911ea8ebf Mon Sep 17 00:00:00 2001
|
|
From: marcel151 <65665570+marcel151@users.noreply.github.com>
|
|
Date: Sun, 1 Jan 2023 19:19:19 +0100
|
|
Subject: [PATCH] Added Tablet Teclast X98 Air 3G (C5J6)
|
|
|
|
Latest BIOS of X98 Air 3G has later date, that's why it wasn't recognized. Uses the same Matrix as the X89 (E7ED).
|
|
|
|
(cherry picked from commit c3950f0a27fb7d2298a2182f21d645c7017f9c0c)
|
|
|
|
Related: RHEL-5950
|
|
---
|
|
hwdb.d/60-sensor.hwdb | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/hwdb.d/60-sensor.hwdb b/hwdb.d/60-sensor.hwdb
|
|
index afb5a79c25..c9d1a2cb90 100644
|
|
--- a/hwdb.d/60-sensor.hwdb
|
|
+++ b/hwdb.d/60-sensor.hwdb
|
|
@@ -910,6 +910,10 @@ sensor:modalias:acpi:KIOX000A*:dmi:*:svnTECLAST:pnX80Pro:*
|
|
# 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 Air 3G (C5J6), "tPAD" is too generic also match on newest BIOS date
|
|
+sensor:modalias:acpi:SMO8500*:dmi:*bd05/05/2015:*: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
|
|
# '*' in ":*svn" is there because kernels >= 5.8 have inserted a br field there
|