Hi Johan, On 12/16/19 12:10 PM, Johan Hovold wrote: > On Fri, Dec 13, 2019 at 12:06:32AM +0000, Dmitry Safonov wrote: >> - if (port->port.console && port->sysrq) { >> - if (usb_serial_handle_sysrq_char(port, data[i])) >> - continue; >> - } >> + if (usb_serial_handle_sysrq_char(port, data[i])) >> + continue; > > This is unrelated to the rest of the series. Right, will drop it from v2. > > Please break all usb-serial patches out of this series and submit them > to me and the usb list for review. Thanks, Dmitry