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