Age (hh:mm:ss) of last commit: 00:11:45
Last commit message:
CVSROOT: /cvs Module name: src Changes by: kevlo@cvs.openbsd.org 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@