diff --git a/transport/rf2500hidapi.c b/transport/rf2500hidapi.c index 0902ea7..e3c1dae 100644 --- a/transport/rf2500hidapi.c +++ b/transport/rf2500hidapi.c @@ -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;