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
/
uslsa.c
Age
Commit message (
Expand
)
Author
2022-07-29
PR kern/56946
rin
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2019-05-09
clean up ucom parents some more:
mrg
2019-05-04
clean up ucom / ucom-parent interface slightly:
mrg
2019-01-22
KNF
skrll
2017-12-22
missing comma 🙄
jakllsch
2017-12-22
Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4).
jakllsch
2016-12-16
Don't block suspend when uslsa(4) is attached - it works fine.
maya
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-10
Improve support for the CP2104. This particular device has a higher maximum
reinoud
2012-01-14
Remove small vestige of debug code.
jakllsch
2012-01-14
Rework uslsa(4) based on publicly-available Silicon Labs AN571 document.
jakllsch
2011-12-23
Revert previous due to active usbmp branch(es).
jakllsch
2011-12-22
Adjust-away inconsistent and trailing whitespace.
jakllsch
2011-12-22
Transfer some static from my winter coat to more structures/functions
jakllsch
2011-12-06
Make break handling (where supported by the hardware/firmware) actually work.
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
2009-01-05
Correct license. I have not formally contributed this to TNF.
jakllsch
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-05
use aprint_*_dev and device_xname
cegger
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-10-25
remove #include <usbhid.h> as its not needed
plunky
2007-06-13
Set portno in ucom_attach_args, to UCOM_UNK_PORTNO. The port number is
nathanw
2007-05-21
Add missing __KERNEL_RCSID() and missing $NetBSD$ tag.
xtraeme
2007-05-20
From PR kern/33496 - add uslsa(4), a CP210x USB-RS232 ucom driver.
dogcow