On Fri, May 30, 2014 at 08:52:03AM +0300, pkt...@gmail.com wrote:
> From: Pantelis Koukousoulas <pkt...@gmail.com>
> 
> Recent commit (14aec589327a6fc4035f5327d90ac5548f501c4c) added the
> "can_do_streams" field to the hcd structure but only set it to 1
> in the XHCI driver.
> 
> dummy_hcd can also do streams so set can_do_streams = 1 for that
> as well.
> 
> This fixes the regression that uas host driver stopped accepting
> to bind to the tcm_usb_gadget under dummy_hcd after the offending
> commit above.
> ---
>  drivers/usb/gadget/dummy_hcd.c | 2 ++
>  1 file changed, 2 insertions(+)

Meta-comment about the format of the patches.  The Subject: line should
have something like:
        Subject: USB: gadget:
or the like, to give people a sense of what part of the kernel you are
modifying.  Also, there is no Signed-off-by: line, so please go read the
file, Documentation/SubmittingPatches for how to properly format a patch
and what signed-off-by means before resending the next round of patches.

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to