From 64c34eb8d31240d727d26017afbb84a984377d19 Mon Sep 17 00:00:00 2001 From: reDBo0n 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. --- 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 a4431e239e9..9d8d11c13df 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 #########################################