freebsd-skq/sys/dev/evdev
Vladimir Kondratyev 80ddbddfd7 evdev: Add COMPAT_FREEBSD32 support for amd64 arch
Incompatibility between i386 and amd64 evdev ABIs was caused by presence of
'struct timeval' in evdev protocol. Replace it with 'struct timeval32' for
32 bit binaries.

Big-endian platforms may require additional work due to bitstr_t (array of
unsigned longs) usage in ioctl interface.

MFC after:	2 weeks
2020-03-29 23:00:33 +00:00
..
cdev.c evdev: Add COMPAT_FREEBSD32 support for amd64 arch 2020-03-29 23:00:33 +00:00
evdev_mt.c
evdev_private.h
evdev_utils.c
evdev.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
evdev.h
input-event-codes.h
input.h
uinput.c
uinput.h