Subject: Re: joystick port on eap?
To: Jeff Rizzo <riz@boogers.sf.ca.us>
From: Martin Husemann <martin@rumolt.teuto.de>
List: current-users
Date: 05/31/2000 20:05:42
> Any bright ideas? The board sounds great, but now I wanna use the joystick
> port!
Are docs for that card available? We have a machine with it at work, so I
could create and test the necessary glue, if someone points me to hardware
docs...
Supposedly there is
(a) either a BAR in the card that behaves like the "standard PCI" (i.e.
legacy ISA) joystick or
(b) there is a special interface defined
In case of (a) a simple hack to the eap driver will do it, in case (b) a
new driver will have to be done. But if you look at the length of all joystick
code in ther kernel, this will not be long ;-)
I would expect (a).
Martin