From 9ee4c91b126fd99ac449ed82a142f5b49f17c638 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 18 Oct 2016 00:03:46 +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 a2ab18f..5a6f9ab 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 +[create an anchor](#anchors-in-markdown)#### 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`