Difference between revisions of "LinuxHID"

From CCRMA Wiki
Jump to: navigation, search
 
(One intermediate revision 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.
  
'''people@ccrma working to figure this out'''
+
'''people working to figure this out'''
* spencer
+
 
* ge
 
* ge
 +
* spencer
 
* nando
 
* nando
  
Line 10: Line 10:
 
* 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