summaryrefslogtreecommitdiffstats
path: root/source/x/x11/post-install/xf86-input-wacom/60-wacom.rules
blob: 59224786a3a553f304bf3ef1c4182ec6905d9cf9 (plain) (blame)
1
2
3
4
5
6
# From https://wiki.archlinux.org/index.php/Wacom_Tablet
ACTION!="add|change", GOTO="wacom_end"
   # Match all wacom tablets with a serial ID starting with WACf or FUJ*
   ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
   ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
LABEL="wacom_end"