Re: Help writing a virtual touchpad

2021-05-11 Thread Peter Hutterer
On Tue, May 11, 2021 at 10:15:39AM +0200, Andrea Somaini wrote: > Thanks a lot for your detailed response, that blog post was amazing and it > made some things much more clearer. > > At the end, I managed to write a kernel driver that receives input through > a character device and sends raw

Re: Help writing a virtual touchpad

2021-05-11 Thread Andrea Somaini
Thanks a lot for your detailed response, that blog post was amazing and it made some things much more clearer. At the end, I managed to write a kernel driver that receives input through a character device and sends raw input events, without ever knowing the existence of evdev. It still need a