gblues 1beba28d02 Only call HIDSetup/HidTeardown once
== DETAILS
I did a minimalist edit of the HID thread that stripped out all
HID* syscalls, and this stopped the crashing. I then re-added just
the HIDSetup() and HIDTeardown() calls, and the crash came back.

This smells like an OS bug. To work around it, I've put the
HIDSetup() and HIDTeardown() calls into the app init/shutdown
section, so they only get called once in the application lifetime
and not each time the input driver is initialized.
2017-12-30 04:40:15 +01:00
..
2017-12-05 12:07:35 +01:00
2017-12-27 22:36:10 +01:00
2017-12-12 00:24:18 -08:00
2017-12-05 12:07:35 +01:00
2017-12-30 04:40:15 +01:00
2017-12-05 12:07:35 +01:00