[RFC v3 wayland-protocols] inputfd - direct input access protocol

2018-12-10 Thread Scott Anderson
Hi, I thought I would try to push this [1] protocol along, as it's what would be needed for wayland client gamepad input. There is still no client-side "libgamepadinput", so clients are on their own when it comes to handling these devices. Here is a basic proof-of-concept implementation for

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-09-11 Thread Peter Hutterer
On Mon, Sep 11, 2017 at 05:04:00PM -0700, Jingkui Wang wrote: > qq inline > > On Tue, Aug 22, 2017 at 3:46 PM, Peter Hutterer > wrote: [...] > > + > > + > > + The wp_inputfd_device_evdev interface represents one device node > > + in the Linux kernel evdev interface. The fd passe

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-28 Thread Peter Hutterer
On Mon, Aug 28, 2017 at 01:55:16PM -0700, Roderick Colenbrander wrote: > On Mon, Aug 28, 2017 at 2:29 AM, Pekka Paalanen wrote: > > On Wed, 23 Aug 2017 11:48:59 +1000 > > Peter Hutterer wrote: > > > >> For previous versions, see: > >> v1: > >> https://lists.freedesktop.org/archives/wayland-devel

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-28 Thread Roderick Colenbrander
On Mon, Aug 28, 2017 at 2:29 AM, Pekka Paalanen wrote: > On Wed, 23 Aug 2017 11:48:59 +1000 > Peter Hutterer wrote: > >> For previous versions, see: >> v1: >> https://lists.freedesktop.org/archives/wayland-devel/2017-March/033626.html >> v2: >> https://lists.freedesktop.org/archives/wayland-dev

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-28 Thread Pekka Paalanen
On Wed, 23 Aug 2017 11:48:59 +1000 Peter Hutterer wrote: > For previous versions, see: > v1: > https://lists.freedesktop.org/archives/wayland-devel/2017-March/033626.html > v2: > https://lists.freedesktop.org/archives/wayland-devel/2017-April/033819.html > > This update is closer to v1 again t

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-23 Thread Peter Hutterer
On Wed, Aug 23, 2017 at 11:41:27AM -0700, Roderick Colenbrander wrote: . > > + > > + > > + This event is sent in the initial burst of events before the > > + wp_inputfd_device_evdev.done event. > > + > > + This event is optional, if the required information is not availa

Re: [RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-23 Thread Roderick Colenbrander
On Tue, Aug 22, 2017 at 3:55 PM, Peter Hutterer wrote: > > For previous versions, see: > v1: > https://lists.freedesktop.org/archives/wayland-devel/2017-March/033626.html > v2: > https://lists.freedesktop.org/archives/wayland-devel/2017-April/033819.html > > This update is closer to v1 again tha

[RFC v3 wayland-protocols] inputfd - direct input access protocol

2017-08-22 Thread Peter Hutterer
For previous versions, see: v1: https://lists.freedesktop.org/archives/wayland-devel/2017-March/033626.html v2: https://lists.freedesktop.org/archives/wayland-devel/2017-April/033819.html This update is closer to v1 again than v2. Biggest change is: instead of a get_seat we have a get_seat_evdev r