Comment 14 for bug 259659

Revision history for this message
claus (claus2) wrote :

For those who still have this problem: I made up a script that does not fix the problem entirely, but that tablet is usable. Before I want to use the tablet I run the following command:

wacdump -f tpc /dev/input/wacom & CHILD_PID=$! ; sleep 1 ; kill $CHILD_PID ; sleep 1; kill -9 $CHILD_PID

This is just a stupid workaround. Maybe someone can analyze what wacdump does so we can track down the problem?