From: Michael Gernoth Date: Thu, 21 Aug 2008 08:14:27 +0000 (+0200) Subject: disable sharing the XPCU cable for now, as this causes problems even when X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/commitdiff_plain/23138e94d04a6cc771da3ffea4677b1275a1ce15?hp=9bb134bb7990dbc6ead5dda8b508fe195f7099e4 disable sharing the XPCU cable for now, as this causes problems even when only one application uses the cable --- diff --git a/xpcu.c b/xpcu.c index d8b42e0..56e584c 100644 --- 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;