aboutsummaryrefslogtreecommitdiff
path: root/hidio.c
AgeCommit message (Expand)Author
2008-09-08- fixed "open" state reporting, it was always reporting "open 1"Hans-Christoph Steiner
2008-06-25- cleaned up debug messages some and set default message level to 0 (none)Hans-Christoph Steiner
2008-06-23implemented [devices( and [elements( messages on Mac OS X, to eventallyHans-Christoph Steiner
2008-05-27first sketch of output message with variable atom typesHans-Christoph Steiner
2008-05-05- Got the symbolic usage page/usage tags in the write message working Hans-Christoph Steiner
2007-07-26first functional output test on GNU/Linux: I can control the keyboard LEDs. ...Hans-Christoph Steiner
2007-01-03builds on all platforms now, but doesn't link on MinGWHans-Christoph Steiner
2007-01-02added plattform_specific_new and a pointer to my Windows specific stuff in t_...Olaf Matthes
2007-01-02I cleaned up the return values. This is what I used:Hans-Christoph Steiner
2007-01-01The output message is pre-generated by hidio_build_element_list() and storedHans-Christoph Steiner
2007-01-01renamed debug_print() to debug_post() since its a wrapper to post()Hans-Christoph Steiner
2006-12-31added latency measuring code on Darwin (to be removed once testing is done), ...Hans-Christoph Steiner
2006-12-21fixed the bug that made it crash in Max/MSP on OS XOlaf Matthes
2006-12-08some changes to compile for Max again on OS X, still crashes when starting to...Olaf Matthes
2006-12-08- laid out new event labeling scheme based more on USB HID rather than LinuxHans-Christoph Steiner
2006-12-04made child thread priority adjustable by userOlaf Matthes
2006-12-03added some #defines and #ifdefs in order for code to compile in WindowsOlaf Matthes
2006-12-02added more mutexes for thread safe operation, renamed hidio_read to hidio_chi...Olaf Matthes
2006-12-01put reading in child threadOlaf Matthes
2006-12-01some more threading related changes, changed some output values from type flo...Olaf Matthes
2006-12-01added threading for 'open' and 'close', needs more work but shows that open i...Olaf Matthes
2006-12-01added pre-generated symbols for often used symbolsOlaf Matthes
2006-12-01initial Max port for Max 4.5 on OSOlaf Matthes
2006-11-30found the stupid typo, it now works on Mac OS X, and is included in the linux...Hans-Christoph Steiner
2006-11-30did lots of renaming to the new [hidio] name, removed a little bit of cruft. ...Hans-Christoph Steiner