disable sharing the XPCU cable for now, as this causes problems even when
only one application uses the cable
This commit is contained in:
parent
9bb134bb79
commit
23138e94d0
2
xpcu.c
2
xpcu.c
@ -222,9 +222,11 @@ static int xpcu_claim(struct xpcu_s *xpcu, int claim) {
|
|||||||
if (!claimed)
|
if (!claimed)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
#if 0
|
||||||
ret = usb_release_interface(xpcu->handle, xpcu->interface);
|
ret = usb_release_interface(xpcu->handle, xpcu->interface);
|
||||||
if (!ret)
|
if (!ret)
|
||||||
claimed = 0;
|
claimed = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
Reference in New Issue
Block a user