Difference between revisions of "USB to Playstation joypad adapter"
From ArmadeusWiki
(creation) |
m |
||
Line 11: | Line 11: | ||
!'''Adapter Model''' || Chip || colspan=2 | '''Status'''<br> APF9328 / APF27 || '''Driver''' || '''Comments''' | !'''Adapter Model''' || Chip || colspan=2 | '''Status'''<br> APF9328 / APF27 || '''Driver''' || '''Comments''' | ||
|---------------- | |---------------- | ||
− | |'''APM TwinUSB adapter''' || ??? || style="background:#ff0000;" | || style="background:#00ff00;" | || || Digital pads & vibrators not tested | + | |[http://www.apmfrance.com/articles/view.php?id=6240 '''APM TwinUSB adapter'''] || ??? || style="background:#ff0000;" | || style="background:#00ff00;" | || || Digital pads & vibrators not tested |
|---------------- | |---------------- | ||
|''' TBDL ''' || || || || || | |''' TBDL ''' || || || || || |
Revision as of 07:50, 11 May 2009
How-to use USB to Playstation[1] joypad adapters on your APF boards.
Page under construction... Informations on this page are not guaranteed !!
This type of adapter allows you to control your applications/games with massively available joypads, through the USB Host interface (only available on DevFull & APF27)
Tested materials
Adapter Model | Chip | Status APF9328 / APF27 |
Driver | Comments | |
---|---|---|---|---|---|
APM TwinUSB adapter | ??? | Digital pads & vibrators not tested | |||
TBDL |
Installation
$ make linux26-menuconfig
Device Drivers ---> [*] USB support ---> ...
$ make linux26 && make
copy following drivers on your target or reflash your rootfs (for more infos, see this page)
drivers/usb/...
Usage
- be sure that your USB Host is running on your board: explanations are here
- plug your USB adapter (here a Prolific one)
TBDL
- Load the module:
# modprobe xxxx
- a new joystick interface will be created and recognized by applications supporting it.
Software examples
- If you want to know how to drive such beast from your applications, take a look at:
- target/demos/input_test/ (SDL example)
Links
- TBDL
Notes:
- ↑ Playstation and the Playstation logos are registered trademarks of Sony Computer Entertainment Inc.