systemd/0998-hwdb-add-support-for-AIPTEK-Media-Tablet-Ultimate-33.patch
Jan Macku 5e4e586032 systemd-252-41
Resolves: RHEL-36276,RHEL-45020,RHEL-50672,RHEL-5950
2024-08-16 09:00:42 +02:00

38 lines
1.2 KiB
Diff

From 74a8327b5a80337f7b2c917ad52b510fdcad9e56 Mon Sep 17 00:00:00 2001
From: reDBo0n <super.matti@gmx.net>
Date: Mon, 17 Jun 2024 16:05:23 +0200
Subject: [PATCH] hwdb: add support for AIPTEK Media Tablet Ultimate (#33371)
The "AIPTEK Media Tablet Ultimate", detected as "Waltop International Corp. Batteryless Tablet",
is missing the resolution of the x-/y-axes.
Adding a new rule to 60-evdev.hwdb with the same values as another entry
"WALTOP International Corp. Batteryless Tablet" just with another matching string makes the
device usable.
Fixes #33362.
(cherry picked from commit 64c34eb8d31240d727d26017afbb84a984377d19)
Related: RHEL-5950
---
hwdb.d/60-evdev.hwdb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hwdb.d/60-evdev.hwdb b/hwdb.d/60-evdev.hwdb
index a4431e239e..9d8d11c13d 100644
--- a/hwdb.d/60-evdev.hwdb
+++ b/hwdb.d/60-evdev.hwdb
@@ -76,6 +76,11 @@ evdev:input:b0003v08CAp0020*
EVDEV_ABS_00=::20
EVDEV_ABS_01=::20
+# AIPTEK Media Tablet Ultimate (detected as Waltop International Corp. Batteryless Tablet)
+evdev:input:b0003v172Fp0503*
+ EVDEV_ABS_00=::160
+ EVDEV_ABS_01=::160
+
#########################################
# Apple
#########################################