xpp: don't use USB "clear-halt" by default

* Problematic with USB3 controllers

Signed-off-by: Oron Peled <oron.peled@xorcom.com>
Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>
This commit is contained in:
Oron Peled 2014-12-15 11:15:28 -05:00 committed by Tzafrir Cohen
parent bd49fc9d95
commit 77a3d8b0a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{