GeReV / adonit_linux

11 stars 5 forks source link

Curser not moving with linux 5.0 and latest gimp #2

Open userx14 opened 5 years ago

userx14 commented 5 years ago

On the latest linux kernel and latest gimp those lines need to be uncommented in order to get it working. Without those lines the new device does nothing, only the two buttons work as left and right mouse button, but the curser will not move. (Changes in adonit.c) //if (ev->code == BTN_TOUCH) { // ev->code = BTN_TOOL_PEN; //}