Fwd: [PATCH] usb: Clear both buffers when clearing a control transfer TT buffer.

2013-06-28 Thread William Gulland
From: William Gulland Date: Fri, Jun 28, 2013 at 3:13 PM Subject: Re: [PATCH] usb: Clear both buffers when clearing a control transfer TT buffer. To: Alan Stern Cc: Sarah Sharp , USB list On Fri, Jun 28, 2013 at 12:24 PM, Alan Stern wrote: > > Please use Reply-To-All so that your re

[PATCH] usb: Clear both buffers when clearing a control transfer TT buffer.

2013-06-27 Thread William Gulland
Control transfers have both IN and OUT (or SETUP) packets, so when clearing TT buffers for a control transfer it's necessary to send two HUB_CLEAR_TT_BUFFER requests to the hub. Signed-off-by: William Gulland --- drivers/usb/core/hub.c | 9 + 1 file changed, 9 inser