Commit d31d4a4e authored by Henrik Nordstrom's avatar Henrik Nordstrom
Browse files

fel: More verbose error output if USB device not found

parent 0be7b52c
......@@ -298,7 +298,7 @@ int main(int argc, char **argv)
handle = libusb_open_device_with_vid_pid(NULL, 0x1f3a, 0xefe8);
if (!handle) {
fprintf(stderr, "A10 USB FEL device not found!");
fprintf(stderr, "ERROR: Allwinner USB FEL device not found!\n");
exit(1);
}
rc = libusb_claim_interface(handle, 0);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment