freebsd-src/sys/dev/evdev
Vladimir Kondratyev 059360287e evdev: Give short aliases to items of evdev_mt_slot array
with using of unioned anonymous structure.

Access to the same data by using different members of union generally
works despite it is not supported by C specs.

Also add helper function to report entire slot state.

MFC after:	2 weeks
2021-08-25 01:47:34 +03:00
..
cdev.c evdev: Multitouch code style changes. 2021-08-25 01:43:41 +03:00
evdev.c evdev: force no fuzz for autogenerated single touch compat events. 2021-08-25 01:45:50 +03:00
evdev.h evdev: Give short aliases to items of evdev_mt_slot array 2021-08-25 01:47:34 +03:00
evdev_mt.c evdev: Give short aliases to items of evdev_mt_slot array 2021-08-25 01:47:34 +03:00
evdev_private.h evdev: Multitouch code style changes. 2021-08-25 01:43:41 +03:00
evdev_utils.c evdev: Multitouch code style changes. 2021-08-25 01:43:41 +03:00
input-event-codes.h [evdev] Sync event codes with Linux kernel 5.6 2020-05-04 11:00:24 +00:00
input.h [evdev] Sync event codes with Linux kernel 5.6 2020-05-04 11:00:24 +00:00
uinput.c evdev: Remove useless "initial value" parameter from evdev_support_abs() 2021-01-08 02:18:41 +03:00
uinput.h uinput: Add FreeBSD specific ioctl to set unique identifier of input device. 2018-04-30 10:34:16 +00:00