[RFC] compositor-drm: name outputs according to connectors if EDID is unavailable

2017-08-23 Thread Matt Hoosier
On embedded systems, EDID is typically unavailble for connectors on buses such as LVDS or DSI. This change enhances the original opportunistic naming done in 2b2092adb499d8cdc10390cf19876706bcfe69cb to report the make and model of an output according to the KMS connector (e.g., "DSI-1") if no dynam

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