How do I turn off touch events for touch-enabled tablet in the kernel?
Touch events can be turned off by setting up /sys/module/wacom/parameters or directly launch wacom driver with touch_arbitration=0 option.
Which kernel events are supported for each professional models and their tools?
The tools and their compatible tablets, as well as their supported features, are listed at Tool and Pen Compatibility.
How do I know if my device is supported or not?
Check your device's name against the list at https://github.com/linuxwacom/input-wacom/wiki/Device-IDs;
Check the kernel version (uname -r ) of your targeted system. If your kernel version is under the "Linux" column, your device is supported. If not, you probably need to update the Wacom kernel driver through input-wacom: https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source.