Re: [PATCH v3 1/2] usb: serial: add support for CH348

From: Nicolas Frattaroli
Date: Tue Nov 22 2022 - 11:07:02 EST


On Montag, 14. November 2022 08:37:35 CET Corentin Labbe wrote:
> The CH348 is an USB octo port serial adapter.
> This patch adds support for it.
>
> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
> ---
> drivers/usb/serial/Kconfig | 9 +
> drivers/usb/serial/Makefile | 1 +
> drivers/usb/serial/ch348.c | 739 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 749 insertions(+)
> create mode 100644 drivers/usb/serial/ch348.c
>

Hello,

Tested-by: Nicolas Frattaroli <frattaroli.nicolas@xxxxxxxxx>

Tested this on one port at 1.5mbaud/3.3V on a little board I
designed myself, thank you very much for upstreaming this!

I'll try to test more ports connected at the same time in the
coming days, but right now it looks like everything is working
as it should.

Regards,
Nicolas Frattaroli