Ok, funcionei de acordo com este bug da barra de lançamento.
Patola (patola) wrote on 2016-04-28: #2
I just noticed that although the tablet does not work with the module here:
/lib/modules/4.4.0-21-generic/updates/dkms/hid-uclogic.ko
It *DID* work when I manually removed hid_uclogic (rmmod) from memory and insmodded /lib/modules/4.4.0-21-generic/kernel/drivers/hid/hid-uclogic.ko
Portanto, a resposta completa é:
sudo rmmod hid_uclogic && sudo insmod /lib/modules/YOUR.KERNEL.VERSION-HERE/kernel/drivers/hid/hid-uclogic.ko
Yay!