summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uchcom.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-07-15explanation typonisimura
2021-07-14The second REQ_RESET USB request by reset_chip() makes LCR, PRE and DIVnisimura
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2020-01-07Localify, constify.maxv
2019-05-09clean up ucom parents some more:mrg
2019-05-06revert most of:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2019-04-27fix uchcom(4) detach, like umodem(4) recently:mrg
2019-01-31Reset the hardware like other drivers do for better compatibility withjakllsch
2018-12-13Calculate uchcom(4) dividers differently; usually the same, but sometimes bet...jakllsch
2018-12-13Fix uchcom(4) line parameter settings.jakllsch
2018-12-12remove unneeded variables in uchcom_softcjakllsch
2018-12-12omit irrelevant #includesjakllsch
2018-12-11Remove UCHCOM_REG_BPS_MOD and UCHCOM_REG_BPS_PAD usage.jakllsch
2018-12-10do not abuse aprint_error for runtime error messagesjakllsch
2018-12-10adjust for new QinHeng USB ID constantsjakllsch
2018-12-10Remove incorrect printout of CH340/CH341 part.jakllsch
2018-12-10Don't accumulate RX data into packets on CH341.jakllsch
2018-12-10Note the instance of the driver in register access trace debug messages.jakllsch
2016-12-12Followling an advice in a linux forum, don't update LCR1/LCR2.bouyer
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2014-03-15Remove unused includemartin
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2008-10-22Add HL-340 usb2Serial addapter.haad
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Fix build error.ad
2008-04-05use aprint_*_dev and device_xnamecegger
2008-02-18Use device_t and its accessor functions.dyoung
2007-09-03add support for WinChipHead CH341/340 USB-Serial bridge.tshiozak