Penguin
Diff: JoystickParallelPort
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of JoystickParallelPort.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Monday, October 10, 2005 1:57:50 pm by CraigBox
Older page: version 1 Last edited on Monday, October 10, 2005 1:20:27 pm by TonyVoyle Revert
@@ -1,9 +1,9 @@
 Attempted to get a PSX controller to work with the gamecon.c parallel port joystick driver. 
  
 Wired up connector as stated in src/linux/Documentation/input/joystick-parport.txt: 
  
-<pre
+<verbatim
 2.3 Sony Playstation 
 ~~~~~~~~~~~~~~~~~~~~ 
  
  The PSX controller is supported by the gamecon.c. Pinout of the PSX 
@@ -27,15 +27,15 @@
  * Analog PSX Pad (red mode) 
  * Analog PSX Pad (green mode) 
  * PSX Rumble Pad 
  * PSX DDR Pad 
-</pre
+</verbatim
  
-Initially had trouble getting it working but found out that in order to laod the gamecon driver you have to uload the lp driver and load the joydev driver eg: 
+Initially had trouble getting it working, but found out that in order to laod the gamecon driver you have to unload the lp driver and load the joydev driver, eg: 
  
 <pre> 
 > modprobe -r lp 
 > modprobe joydev 
 > modprobe map=0,7,0,0,0,0 
 </pre> 
  
-which tells gamecon to use the first parallel port, a psx controller for the first controller and nothing for the rest (last 4 zeroes not really necessary.
+This tells gamecon to use the first parallel port, a ~PlayStation controller for the first controller and nothing for the rest (the last 4 zeroes are not really necessary).