[Pkg-voip-commits] [dahdi-tools] 260/285: xpp: don't use USB "clear-halt" by default

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit 77a3d8b0a7548e9231c2aa0b14a41b6835049040
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Mon Dec 15 11:15:28 2014 -0500

    xpp: don't use USB "clear-halt" by default
    
    * Problematic with USB3 controllers
    
    Signed-off-by: Oron Peled <oron.peled at xorcom.com>
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 xpp/xtalk/xusb_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xpp/xtalk/xusb_common.c b/xpp/xtalk/xusb_common.c
index bccfd39..125f735 100644
--- a/xpp/xtalk/xusb_common.c
+++ b/xpp/xtalk/xusb_common.c
@@ -339,7 +339,7 @@ int xusb_flushread(struct xusb_iface *iface)
 	return 0;
 }
 
-static int use_clear_halt = 1;
+static int use_clear_halt = 0;
 
 static int xtalk_one_option(const char *option_string)
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list