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

Re: Help writing a virtual touchpad

2021-05-10 Thread Peter Hutterer
On Sat, May 08, 2021 at 12:45:24PM +0200, Andrea Somaini wrote: > Hello, > I was thinking about creating a virtual touchpad device for Linux > I never worked on such low level software, so I feel kinda lost > Can someone please point me where should I start? The best option you have at this point