diff --git a/README.md b/README.md index 83c903a..9475588 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Example of NES-controller wiring: - If you got no errors, test in Windows with `Control Panel -> Game Controllers` or in Linux with `jstest /dev/input/js0` ### 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). You have to give parameter +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). You have to give parameter `quirks=0x2341:0x8036:0x40` 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` - Edit `/boot/boot-retro.cmd` setenv bootargs -line and add `usbhid.quirks=0x2341:0x8036:0x40` to kernel parameters.