Author :
Sam Lantinga
Date :
2020-11-23 21:14:37
Hash :c8c818d7 Message :Fixed bug 5360 - non-libudev joystick detection doesn't see controllers that were already connected
Simon McVittie
When watching for hotplug events we can poll the inotify fd, but we
still need to scan /dev/input once per process, otherwise we'll fail
to detect devices that were already connected.