Message ID | 20200708125000.15659-1-johan@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | USB: serial: break and sysrq fixes and cleanups | expand |
On Wed, Jul 08, 2020 at 02:49:50PM +0200, Johan Hovold wrote: > This series fixes the break and sysrq handling in the ftdi driver (which > have never really worked) and optimises the sysrq handling somewhat. > > Included are also some related clean ups. Nice! Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
On Wed, Jul 08, 2020 at 05:45:35PM +0200, Greg Kroah-Hartman wrote: > On Wed, Jul 08, 2020 at 02:49:50PM +0200, Johan Hovold wrote: > > This series fixes the break and sysrq handling in the ftdi driver (which > > have never really worked) and optimises the sysrq handling somewhat. > > > > Included are also some related clean ups. > > Nice! > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Thanks for reviewing. Now applied. Johan