diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-08-14 04:59:06 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-08-20 09:47:53 +0200 |
commit | 06fc4324b8e171a4403a37df5672881c29d8e17b (patch) | |
tree | 556e328fc14aa5e8e3337fbb4d6ab7d53e6f2d8f /hwdb | |
parent | hwdb: Fix wlan keycode for all Dell Latitude and Precision systems (diff) | |
download | systemd-06fc4324b8e171a4403a37df5672881c29d8e17b.tar.xz systemd-06fc4324b8e171a4403a37df5672881c29d8e17b.zip |
hwdb: explicitly label the XP-PEN STAR 06 as tablet
Exports BTN_LEFT...BTN_FORWARD, BTN_TOUCH, REL_X/Y/WHEEL/MISC and
ABS_X/Y/PRESSURE. Rather than figure out what builtin-input_id tweak we need
for this device, just add the tablet bit.
https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues/8
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/60-input-id.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/60-input-id.hwdb b/hwdb/60-input-id.hwdb index b05b402d74..7e9dc99220 100644 --- a/hwdb/60-input-id.hwdb +++ b/hwdb/60-input-id.hwdb @@ -62,3 +62,7 @@ id-input:modalias:input:b0003v5543p0081* ID_INPUT_TABLET=1 ID_INPUT_TABLET_PAD=1 + +# XP-PEN STAR 06 +id-input:modalias:input:b0003v28bdp0078* + ID_INPUT_TABLET=1 |