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
/
uirda.c
Age
Commit message (
Expand
)
Author
2013-09-15
Remove unused variable
martin
2012-03-06
pull down from usbmp branch:
mrg
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-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-03-01
Welcome to 4.99.55:
rmind
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-12-05
Do not "return 1" from kqfilter for errors. That value is passed
pooka
2007-12-05
lockmgr -> mutex
ad
2007-05-11
SigmaTels not-quite-UIRDA devices: STIr4116, STIr4220
is
2007-03-13
Introduce different autoconf interface attributes for USB drivers
drochner
2007-02-26
don't use usb_find_desc() which has some "subtype" semantics which
drochner
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-11
Don't keep the devinfo string on the stack, instead use malloc/free.
augustss
2004-10-23
Use new functions for getting descriptors.
augustss
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2002-11-26
si_ -> sel_
christos
2002-10-23
merge kqueue branch into -current
jdolecek
2002-08-22
Fix typo.
augustss
2002-07-11
Get rid of trailing white space.
augustss
2002-07-08
s/__FUNCTION__/__func__/
augustss
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-12-18
Move utility routine from uirda.c to usbdi_util.c.
augustss
2001-12-14
Remember to add header byte to length.
augustss
2001-12-14
Start read at open.
augustss
2001-12-14
Don't reallocate I/O buffers.
augustss
2001-12-14
Fix descriptor definition bug.
augustss
2001-12-13
Initialize lock.
augustss
2001-12-13
Fix some bugs. But the driver is still borken.
augustss
2001-12-12
Add USB-IrDA bridge.
augustss