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