Re: Dell Totem support / libinput bug: Event for missing capability CAP_POINTER on device "Advanced Silicon S.A. CoolTouch® System System Multi Axis"

2021-05-11 Thread Max Maischein
Hello Peter, >> I got a Dell Canvas+Totem widget (on clearance, they are discontinued), >> and got the following error message when running `libinput debug-events`: >> >> libinput bug: Event for missing capability CAP_POINTER on device >> "Advanced Silicon S.A. CoolTouch® System System Multi Axis"

Re: Dell Totem support / libinput bug: Event for missing capability CAP_POINTER on device "Advanced Silicon S.A. CoolTouch® System System Multi Axis"

2021-05-11 Thread Peter Hutterer
On Mon, May 10, 2021 at 09:05:55AM +0200, Max Maischein wrote: > Hi all, > > I got a Dell Canvas+Totem widget (on clearance, they are discontinued), > and got the following error message when running `libinput debug-events`: > > libinput bug: Event for missing capability CAP_POINTER on device > "

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 inpu

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 l