index
:
svn2git/libraries/hid.git
externals/hid
hid: converted automatically from sourceforge/svn
Sir Walter Raleigh
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hid_linux.c
Age
Commit message (
Expand
)
Author
2006-08-25
code cleanups, replaced sprintf() for snprintf() for security's sake
Hans-Christoph Steiner
2006-08-22
everything is building, the element array is being properly populated, I just...
Hans-Christoph Steiner
2006-08-15
- renamed variables for clarity
Hans-Christoph Steiner
2006-06-02
ripped out old method of get events and build whole new method which should u...
Hans-Christoph Steiner
2006-05-28
compiles and works on GNU/Linux now, but needs to have the new open methods i...
Hans-Christoph Steiner
2006-05-27
added some status reporting, and got all the different methods for opening wo...
Hans-Christoph Steiner
2006-05-27
seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; cl...
Hans-Christoph Steiner
2006-04-06
wow! how did this object survive that long with event_names restricted to 7 c...
IOhannes m zmölnig
2006-01-25
stopped outputting EV_SYN events since they are not needed in Pd space and th...
Hans-Christoph Steiner
2005-06-11
added barebones ff function to linux file so that it'll work
Hans-Christoph Steiner
2005-05-20
created header so that [linuxhid] can share code
Hans-Christoph Steiner
2005-04-28
switched Linux to use common hid_output_event()
Hans-Christoph Steiner
2005-04-03
added keyboard support for linux (Georg Holzmann)
Georg Holzmann
2004-11-28
code cleanup and [print( msg implementation
Hans-Christoph Steiner
2004-11-28
fixed a number of annoying bugs in MacOS X; cleaned up code; now multiple [hi...
Hans-Christoph Steiner
2004-11-15
prepping for release, fixed a couple very minor bugs
Hans-Christoph Steiner
2004-11-15
converted button codes to a numbered scheme; added [buttongate]
Hans-Christoph Steiner
2004-11-07
cleaned up the code a fair amount, but there are still lots of bugs bugs bugs...
Hans-Christoph Steiner
2004-10-25
completed moving GNU/Linux support into the new structure; flushed out Darwin...
Hans-Christoph Steiner
2004-10-23
got everything running under GNU/Linux again, time to switch back to MacOS X
Hans-Christoph Steiner
2004-10-22
more progress generalizing for cross-platformness; Darwin stuff compiles and ...
Hans-Christoph Steiner