Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
d31d4a4e
Commit
d31d4a4e
authored
Jun 01, 2013
by
Henrik Nordstrom
Browse files
fel: More verbose error output if USB device not found
parent
0be7b52c
Changes
1
Hide whitespace changes
Inline
Side-by-side
fel.c
View file @
d31d4a4e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment