summaryrefslogtreecommitdiff
path: root/include/linux/freebsd
Commit message (Collapse)AuthorAgeFilesLines
* include: sync event codes with kernel 6.2Peter Hutterer2023-04-201-0/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* include: sync event codes with kernel 5.19Peter Hutterer2022-08-021-0/+21
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* include: sync key codes with kernel 5.17Peter Hutterer2022-03-221-1/+3
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* include: sync event codes with kernel 5.15Peter Hutterer2021-11-091-0/+1
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* include: sync event codes with kernel 5.10Peter Hutterer2020-12-141-0/+4
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* include: sync event codes with kernel 5.8Peter Hutterer2020-09-111-1/+2
| | | | | | | And fix the script to sync the headers up so it syncs event codes for both bsd and linux, but only syncs input.h for linux. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add FreeBSD compatible input.h and uinput.hNiclas Zeising2020-08-143-0/+1689
Add FreeBSD compatible input.h and uinput.h files. This is done by moving the linux files to include/linux/linux, adding the freebsd versions in include/linux/freebsd, and then changing include/linux/[u]input.h to pull in the right one depending on which OS we are compiling on. Make sure that the build infrastructure in meson.build and autoconf.ac/Makefile.am uses the correct files when building and as dependency for targets, and ensure that make-event-names.py get the correct files as arguments. A similar change has been done in libinput in 61f3e3854458c556a01fb05d7abb22733fd2b7c1 Signed-off-by: Niclas Zeising <zeising@daemonic.se>