mirror of
https://github.com/libretro/RetroArch
synced 2025-02-25 21:41:03 +00:00
Show VID/PID values for unsupported devices. (#5825)
This commit is contained in:
parent
5f095677a7
commit
05578f0634
@ -314,7 +314,8 @@ static int add_adapter(void *data, struct libusb_device *dev)
|
||||
|
||||
if (!pad_connection_has_interface(hid->slots, adapter->slot))
|
||||
{
|
||||
RARCH_ERR(" Interface not found (%s).\n", adapter->name);
|
||||
RARCH_ERR("Interface not found (%s) (VID/PID: %04x:%04x).\n",
|
||||
adapter->name, desc.idVendor, desc.idProduct);
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user