1
0

disable sharing the XPCU cable for now, as this causes problems even when

only one application uses the cable
This commit is contained in:
Michael Gernoth 2008-08-21 10:14:27 +02:00
parent 9bb134bb79
commit 23138e94d0

2
xpcu.c
View File

@ -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;