Joystick: Difference between revisions

From ArmadeusWiki
(New page: == Introduction == Joystick can be a good device to play some games or to use graphical interface. Linux has an interface for it named joydev, to use it select joydev in linux configurati...)
 
Line 17: Line 17:
To use it on the target, node has to be made :
To use it on the target, node has to be made :


<pre class="target">
<pre class="apf">
</pre>
</pre>



Revision as of 16:52, 7 July 2010

Introduction

Joystick can be a good device to play some games or to use graphical interface. Linux has an interface for it named joydev, to use it select joydev in linux configuration :

$ make linux26-menuconfig

then select in menu:

Device Drivers  --->
    Input device support  --->
            <*>   Joystick interface

To use it on the target, node has to be made :


Links

  • Linux kernel code documentation