From 77a3d8b0a7548e9231c2aa0b14a41b6835049040 Mon Sep 17 00:00:00 2001 From: Oron Peled Date: Mon, 15 Dec 2014 11:15:28 -0500 Subject: [PATCH] xpp: don't use USB "clear-halt" by default * Problematic with USB3 controllers Signed-off-by: Oron Peled Signed-off-by: Tzafrir Cohen --- 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) {