Updated Linux joystick code to support hotplug, GUIDs, etc.

This uses libudev for hotplug, but it's optional, so we'll just try to find
 some reasonable defaults without it (maybe an older Linux box or under
 FreeBSD's Linux emulation?).
This commit is contained in:
Ryan C. Gordon 2012-12-11 12:07:06 -05:00
parent 41a157a462
commit c8713a62c1
6 changed files with 537 additions and 152 deletions

View file

@ -65,6 +65,7 @@
#cmakedefine HAVE_SIGNAL_H 1
#cmakedefine HAVE_ALTIVEC_H 1
#cmakedefine HAVE_PTHREAD_NP_H 1
#cmakedefine HAVE_LIBUDEV_H 1
/* C library functions */
#cmakedefine HAVE_MALLOC 1