2022-08-31 09:11:25

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 0/2] USB: serial: ch341: fixes for older devices

Jonathan Woithe reported that there was a regression for some older
ch341 devices in 4.10. Turns out there were two of them.

Jonathan, feel free to reply to this mail with a Tested-by tag. You've
already tested these changes during development even if I've since split
the patch in two. And thanks again for your careful testing while
tracking this down.

Johan


Johan Hovold (2):
USB: serial: ch341: fix lost character on LCR updates
USB: serial: ch341: fix disabled rx timer on older devices

drivers/usb/serial/ch341.c | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

--
2.35.1


2022-08-31 13:41:09

by Jonathan Woithe

[permalink] [raw]
Subject: Re: [PATCH 0/2] USB: serial: ch341: fixes for older devices

On Wed, Aug 31, 2022 at 10:15:23AM +0200, Johan Hovold wrote:
> Jonathan Woithe reported that there was a regression for some older
> ch341 devices in 4.10. Turns out there were two of them.
>
> Jonathan, feel free to reply to this mail with a Tested-by tag. You've
> already tested these changes during development even if I've since split
> the patch in two. And thanks again for your careful testing while
> tracking this down.

Tested-by: Jonathan Woithe <[email protected]>

> Johan Hovold (2):
> USB: serial: ch341: fix lost character on LCR updates
> USB: serial: ch341: fix disabled rx timer on older devices
>
> drivers/usb/serial/ch341.c | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> --
> 2.35.1