Re: protocol to list input (physical) devices

2022-09-16 Thread Pekka Paalanen
On Thu, 15 Sep 2022 19:10:09 +0300 Vasyl Vavrychuk wrote: > I have written a small application for sending input events for test > purposes using uinput. > > But, after I create uinput event device, I don't know how to wait > until wayland picks it up. > > Could there be a way to list physical

protocol to list input (physical) devices

2022-09-15 Thread Vasyl Vavrychuk
I have written a small application for sending input events for test purposes using uinput. But, after I create uinput event device, I don't know how to wait until wayland picks it up. Could there be a way to list physical input devices available via wayland protocol? Similarly how wl_output is u