@Rikochet see https://github.com/RetroPie/RetroPie-Setup/issues/1798
you can add the product id / vendor id manually (assuming they both have different product ids) to the controller config in /opt/retropie/configs/all/retroarch/autoconfig (so you have two copies of it each with the difference ids).
You will however also need to manually set the controls up. Right now when controls have the same name we don't do this automatically. TBH the manufacturers should bother to give them unique names etc, but the cheap stuff often has missing device/vendor info etc.
example
# Hex vid:pid is found using "dmesg -w" or "tail -f /var/log/syslog" and converted to Decimal using http://www.binaryhexconverter.com/hex-to-decimal-converter # Hex vid:pid = 2810:0009 -> Decimal vid:pid = 10256:9 input_vendor_id = 10256 input_product_id = 9Note when posting please also read https://retropie.org.uk/forum/topic/3/read-this-first first and provide the information as requested so I know your set-up.