From 75d9aa8ed73a5890813989e87559b35b77c18a2a Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 18 Oct 2016 00:08:27 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c95782..ffbd3bd 100644 --- a/README.md +++ b/README.md @@ -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](#ropi-quirks) 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`