CVSROOT: /cvs Module name: src Changes by: ke...@cvs.openbsd.org 2025/08/18 18:47:43
Modified files: sys/dev/usb : uchcom.c Log message: Since the ch340/ch341 shares many common parts with the ch343, move the common parts to allow for sharing code. Also fix baudrate divisor calculation for ch343. ok miod@