Difference between revisions of "LinuxHID"

From CCRMA Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root.  The ChucK HID code appears to be working great as long as proper permission is set.
 
This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root.  The ChucK HID code appears to be working great as long as proper permission is set.
  
Here are some links to related articles:
+
'''people working to figure this out'''
 +
* ge
 +
* spencer
 +
* nando
 +
 
 +
'''links to related articles'''
 
* http://www.linuxjournal.com/article/6429
 
* http://www.linuxjournal.com/article/6429
 
* http://at.or.at/hans/research/nime/hid/apis.html
 
* http://at.or.at/hans/research/nime/hid/apis.html
 
* http://imago.devinity.de/
 
* http://imago.devinity.de/
 +
 +
 +
[[Category: Projects]]

Latest revision as of 17:07, 4 March 2008

This here page is for tracking down how to get HID input (and possibly output) working smoothly on linux, in particular for ChucK on our PlanetCCRMA machines, where users typically don't have root access, and /dev/input/* is by default owned/readable/writable only by root. The ChucK HID code appears to be working great as long as proper permission is set.

people working to figure this out

  • ge
  • spencer
  • nando

links to related articles