CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/11/17 17:33:16

Modified files:
        sys/dev/usb    : uchcom.c 

Log message:
In r1.39, both the baud rate and the line configuration are set through
UCHCOM_REQ_SET_BAUDRATE, whereas previously they were configured via
UCHCOM_REG_BPS_PRE, UCHCOM_REG_BPS_DIV, UCHCOM_REG_LCR, and UCHCOM_REG_LCR2.

Use the traditional method to set the rate and line configuration to
prevent issues with some CH341 devices not operating properly.

Reported by Mikolaj Kucharski on bugs@

ok miod@

Reply via email to