freebsd-dev/sys/dev/evdev
Oleksandr Tymoshenko 71546cd96a [evdev] Fix build for older versions of clang
There was report of stable/11 build failure on older versions of
FreeBSD. The problem was a reference to static variable in inline
function. Although fairly recent versions of clang can cope with this
situation just fine there is no strict requirement to make functions
in question inline, they're not in any time-critical codepath. So to
keep HEAD and 11-STABLE buildable on older FreeBSDs some of the util
functions were converted from inline to normal.

Reported by:	hselasky
MFC after:	3 days
2016-12-26 17:48:13 +00:00
..
cdev.c
evdev_mt.c Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev_private.h Implement EVDEV_FLAG_MT_AUTOREL flag (autorelease touchpoints) 2016-10-08 17:59:53 +00:00
evdev_utils.c [evdev] Fix build for older versions of clang 2016-12-26 17:48:13 +00:00
evdev.c [evdev] Adds evdev support to sysmouse(4) driver 2016-12-10 18:07:16 +00:00
evdev.h [evdev] Adds evdev support to sysmouse(4) driver 2016-12-10 18:07:16 +00:00
input-event-codes.h
input.h
uinput.c Modularize evdev 2016-10-02 03:20:31 +00:00
uinput.h