HardenedBSD/sys/dev/evdev
John Baldwin d99c87c8d5 evdev: Add parentheses around '-' expression in operand of '&'.
This fixes a -Wparentheses error with GCC 9.

Reviewed by:	wulf
Differential Revision:	https://reviews.freebsd.org/D31947
2021-09-15 09:03:18 -07:00
..
cdev.c evdev: Multitouch code style changes. 2021-08-25 01:43:41 +03:00
evdev_mt.c evdev: Add parentheses around '-' expression in operand of '&'. 2021-09-15 09:03:18 -07:00
evdev_private.h evdev: Add implicit mode for touch tracking. 2021-08-25 01:52:37 +03:00
evdev_utils.c evdev: Multitouch code style changes. 2021-08-25 01:43:41 +03:00
evdev.c evdev: Add support for automatic MT protocol type A to type B conversion. 2021-08-25 01:53:56 +03:00
evdev.h evdev: Do not export multitouch functions which are unused outside evdev 2021-09-02 22:35:26 +03:00
input-event-codes.h
input.h
uinput.c evdev: Make MT tracking IDs monotonically increasing sequence. 2021-08-25 01:48:33 +03:00
uinput.h