proto: the keymap event is optional, clarify that

A device may not have a keymap in which case it just sends scancodes
hoping they'll be mapped to something sensible.
This commit is contained in:
Peter Hutterer 2024-07-25 11:54:48 +10:00
parent b67cdba809
commit 5331dc0bf2

View file

@ -1338,7 +1338,7 @@
description. The fd must be mapped with MAP_PRIVATE by
the recipient, as MAP_SHARED may fail.
This event is sent immediately after the ei_keyboard object is created
This event is optional and only sent immediately after the ei_keyboard object is created
and before the ei_device.done event. It is a protocol violation to send this
event after the ei_device.done event.
</description>