Show VID/PID values for unsupported devices. (#5825)

This commit is contained in:
David Walters 2017-11-29 20:56:18 +00:00 committed by bparker06
parent 5f095677a7
commit 05578f0634

View File

@ -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;
}