projects
/
usb-driver
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable sharing the XPCU cable for now, as this causes problems even when
[usb-driver]
/
xpcu.c
diff --git
a/xpcu.c
b/xpcu.c
index d8b42e0bf74fe039db5ddc3cc62536f301c74370..56e584c70af16eeeeee899066b489337e7e0c9f5 100644
(file)
--- a/
xpcu.c
+++ b/
xpcu.c
@@
-222,9
+222,11
@@
static int xpcu_claim(struct xpcu_s *xpcu, int claim) {
if (!claimed)
return 0;
+#if 0
ret = usb_release_interface(xpcu->handle, xpcu->interface);
if (!ret)
claimed = 0;
+#endif
}
return ret;
Impressum
,
Datenschutz