``` int mcp2200searchdevice(long vid, long pid, long busnum, long devnum, char* device){ DIR *d; struct dirent *dir; d = opendir("/dev/usb/"); if (d) ``` if (d) has no else to show error