Update README.md

This commit is contained in:
mcgurk 2016-10-18 00:09:35 +03:00 committed by GitHub
parent 75d9aa8ed7
commit 8d9169e7b4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Example of NES-controller wiring:
### Linux and more than one controller with one Arduino
Linux usbhid-module doesn't support out of box multiple controllers with one USB without USB-hub-features (I'm not sure about this, but I didn't manage to get multiple /dev/js-devices without this).
#### [Solution 1](#ropi-quirks)
#### [Solution 1](#solution-1)
You have to give parameter
`quirks=0x2341:0x8036:0x40` (first numbers are VID and PID of Arduino) to usbhid-module. Here is example how to do it with RetrOrangePi 2.5.2:
- Make backup of `/boot/boot-retro.cmd` and `/boot/boot.scr`