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:
parent
bd49fc9d95
commit
77a3d8b0a7
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user