]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
evdev: Multitouch code style changes.
authorVladimir Kondratyev <wulf@FreeBSD.org>
Tue, 24 Aug 2021 22:43:41 +0000 (01:43 +0300)
committerVladimir Kondratyev <wulf@FreeBSD.org>
Tue, 24 Aug 2021 22:43:41 +0000 (01:43 +0300)
commit98a7606b85e05132f328a2498dccab78df31cb7e
treecb3cda1ea1c4af221ac3b7c14969825d3c3bbb07
parent4f0f5bf99591ad9907822082270523ac919e3b8c
evdev: Multitouch code style changes.

1. Move touch count reporting helpers to utils. They are not multitouch.
2. Use evdev_mt prefix for private multitouch support routines.
3. Use int instead of int32_t where fixed size is not required.
4. Export some internal functions.

This change should be no-op.

MFC after: 2 weeks
sys/dev/evdev/cdev.c
sys/dev/evdev/evdev.c
sys/dev/evdev/evdev.h
sys/dev/evdev/evdev_mt.c
sys/dev/evdev/evdev_private.h
sys/dev/evdev/evdev_utils.c