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
/
umct.c
Age
Commit message (
Expand
)
Author
2019-05-09
clean up ucom parents some more:
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
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
2015-11-02
Whitespace
skrll
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
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
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-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-01-29
Remove more duplicate headers.
hubertf
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-30
- const poisoning
christos
2005-05-11
Don't keep the devinfo string on the stack, instead use malloc/free.
augustss
2004-09-13
a round of autoconf cleanup:
drochner
2004-07-08
The MCT advertises both the interrupt and bulkin endpoints as
rumble
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2003-11-10
Update URL; from Jared Yanovich via jmc@openbsd.
wiz
2003-05-11
Support for Belkin F5U109. From PR kern/21534.
augustss
2003-02-23
Remove assigned-to but not used variable.
simonb
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-07-11
Get rid of trailing white space.
augustss
2001-12-17
In BREAK, the value of LCR is held.
ichiro
2001-12-14
typo fix
ichiro
2001-12-12
Add some special cases for the Sitecom adapter.
augustss
2001-12-03
Handle vendor/product lookup with a common routine.
augustss
2001-11-13
add RCSIDs
lukem
2001-04-01
Fix some bad indentation.
augustss
2001-03-28
support USB-RS232 Converter of Magic Control Technology Corp.
ichiro