On Mon, Dec 12, 2016 at 1:48 AM, Johan Hovold <jo...@kernel.org> wrote:

> What exactly did you mean by "the baudrate change" above? If you revert
> to setting the divisors directly (rather than using SERIAL_INIT), we
> should be back to how things work in 4.9 (which you can get to work with
> the pl2303 by removing the initial LCR write).

I mean, that I also tried:

  r = ch341_init_set_baudrate(dev, priv, 0);

instead of the

  r = ch341_init_set_baudrate(dev, priv, 0xc3);

in the second part of your patch.
--
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