fixed hidapi compile bug, missing vid/pid arguments

This commit is contained in:
Jacob Sorber 2022-02-11 08:21:27 -05:00
parent e39ff3c1d9
commit 7283b49e13
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ transport_t rf2500hidapi_open(const char *devpath, const char *requested_serial,
free(tr);
hid_exit();
printc_err("rf2500: fallback to libusb backend\n");
return rf2500_open(devpath, requested_serial);
return rf2500_open(devpath, requested_serial, has_vid_pid, vid, pid);
}
tr->handle = handle;