aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-01-28first working version of hidio+HIDUtilities build on Mac OS X using ↵Hans-Christoph Steiner
autotools, still needs work svn path=/trunk/externals/io/hidio/; revision=13107
2008-05-05include pd's C files in the etags so I can go directly to the sourceHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=9765
2008-05-05very basic output using Apple HID Utilities to a CUI IO v1.0 firmware, I got ↵Hans-Christoph Steiner
the LED to toggle properly svn path=/trunk/externals/io/hidio/; revision=9764
2006-12-31added latency measuring code on Darwin (to be removed once testing is done), ↵Hans-Christoph Steiner
and removed threading svn path=/trunk/externals/io/hidio/; revision=7115
2006-12-08- laid out new event labeling scheme based more on USB HID rather than LinuxHans-Christoph Steiner
input.h. It works on my devices on my Mac OS X. I probably broke Linux support. The scheme is in a new file, hidio_types.c - all event symbols except the vendor-defined usage are generated in hidio_setup(). The symbols for vendor-defined usages are generated when the device's element list is built. - changed macros to work cleanly when compiled on Windows using MinGW gcc - fixed up help file to better represent the state of things (still could be much better) svn path=/trunk/externals/io/hidio/; revision=6718
2006-11-30did lots of renaming to the new [hidio] name, removed a little bit of cruft. ↵Hans-Christoph Steiner
Builds on Mac OS X, but doesn't load yet :-/. hidio_setup() gets called successfully, but for some reason hidio_new() does not seem to get called svn path=/trunk/externals/io/hidio/; revision=6533