Add missing types

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/392>
This commit is contained in:
Jordan Sissel 2026-05-17 05:12:28 +00:00
parent 8a46bf3d4b
commit 2a89bf5af5

View file

@ -55,6 +55,8 @@ ei-scanner additionally provides the following values to the Jinja2 templates:
from the protocol XML type:
uint32 -> "u"
int32 -> "i"
uint64 -> "t"
int64 -> "x"
float -> "f"
fd -> "h"
new_id -> "n"