From 23138e94d04a6cc771da3ffea4677b1275a1ce15 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Thu, 21 Aug 2008 10:14:27 +0200 Subject: [PATCH 1/1] disable sharing the XPCU cable for now, as this causes problems even when only one application uses the cable --- xpcu.c | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2