Age | Commit message (Collapse) | Author |
|
the LED to toggle properly
svn path=/trunk/externals/io/hidio/; revision=9764
|
|
Others should be possible, but Linux doesn't recognize the output types of any of my other devices :(
svn path=/trunk/externals/io/hidio/; revision=8245
|
|
svn path=/trunk/externals/io/hidio/; revision=7116
|
|
and removed threading
svn path=/trunk/externals/io/hidio/; revision=7115
|
|
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
|
|
linux and darwin auto-build
svn path=/trunk/externals/io/hidio/; revision=6534
|
|
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
|