Re: [PATCH 00/14] USB: serial: keyspan_pda: fix up write implementation
From: Sebastian Andrzej Siewior
Date: Mon Oct 26 2020 - 08:13:39 EST
On 2020-10-25 18:45:46 [+0100], Johan Hovold wrote:
> This series fixes a number of long-standing issues with the keyspan_pda
> driver and reworks its write implementation so that it can be used with
> any line discipline or for a system console.
>
> The last few patches cleans up the xircom device support and some style
> issues.
Thank you Johan. This series fixes quite some issues including the
in_interrupt() part. I added the buffer part because it hurt to see an
allocation for one byte. There is no loss without it :)
Acked-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
> Johan
Sebastian