1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

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.
This commit is contained in:
reDBo0n 2024-06-17 16:05:23 +02:00 committed by GitHub
parent 9981bc210a
commit 64c34eb8d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
#########################################