output-management: relax wl_output match constraint for make/model

This is too restrictive: the compositor might not want to advertise
the real make/model in wl_output, because that API is not privileged.

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5045
This commit is contained in:
Simon Ser 2025-06-05 17:28:18 +02:00
parent 2ec67ebd26
commit 0d74fc2dc5

View file

@ -268,9 +268,6 @@
<description summary="head manufacturer">
This event describes the manufacturer of the head.
This must report the same make as the wl_output interface does in its
geometry event.
Together with the model and serial_number events the purpose is to
allow clients to recognize heads from previous sessions and for example
load head-specific configurations back.
@ -296,9 +293,6 @@
<description summary="head model">
This event describes the model of the head.
This must report the same model as the wl_output interface does in its
geometry event.
Together with the make and serial_number events the purpose is to
allow clients to recognize heads from previous sessions and for example
load head-specific configurations back.