linux: import input.h and friends
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Oct 2024 16:34:01 +0000 (18:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Oct 2024 16:35:00 +0000 (18:35 +0200)
commit0a73c8e7b8f109abbad6172f8f6c3f42f015ae70
tree87769118f3584d59edfc7c366be4a19fa1e12879
parent5b80cef69f00052977ae51d27f21c631266a57ec
linux: import input.h and friends

The CIs apparently have rally old headers, where KEY_BRIGHTNESS_AUTO is
missing, let's hence ship our own copies from a current kernel.
src/basic/linux/input-event-codes.h [new file with mode: 0644]
src/basic/linux/input.h [new file with mode: 0644]