Re: [PATCH 0/2] USB: serial: kl5kusb105: fix open error paths

From: Johan Hovold
Date: Wed Nov 30 2016 - 05:13:02 EST


On Tue, Nov 29, 2016 at 04:55:00PM +0100, Johan Hovold wrote:
> Pan Bian found an issue with the kl5kusb105 open error handling, which
> would not abort an open attempt when a vendor command to "enable read"
> failed.
>
> Turns out there were more issues with this function, specifically any
> urbs submitted would not be killed before returning on failures to
> retrieve the line status.
>
> I fixed up the latter and rebased the Pan Bian's patch on top.

> Johan Hovold (1):
> USB: serial: kl5kusb105: fix open error path
>
> Pan Bian (1):
> USB: serial: kl5kusb105: abort on open exception path

Now applied for -next.

Johan