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
/
usbdivar.h
Age
Commit message (
Expand
)
Author
2009-11-12
Re-order operations in usb_detach() so that if a usb(4) instance's
dyoung
2009-11-12
Indent.
uebayasi
2009-09-04
Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1).
dyoung
2008-08-18
Implement uhub_rescan(). After this change, "modload uaudio.kmod"
kent
2008-07-28
-in usbd_probe_and_attach(), split out the code for per-device and
drochner
2008-05-26
some cleanup:
drochner
2008-05-25
-make the list of USB child devices a (possibly sparse) array rather
drochner
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-03-28
split device/softc for USB host controllers and the usb (control)
drochner
2008-02-18
Use device_t and its accessor functions.
dyoung
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-02-26
allow the bus/pipes methods tables to be const
drochner
2006-12-01
-comment out transaction translator support for now, it doesn't do more
drochner
2006-10-24
clean up the USB attachment stuff a bit: use a dedicated interface
drochner
2005-12-27
changes for making DIAGNOSTIC not change the kernel ABI:
chs
2005-12-24
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
perry
2005-12-11
merge ktrace-lwp.
christos
2005-04-30
Fix a race condition in xfer abort. Derived from a FreeBSD patch.
augustss
2005-01-24
Implementation requirements of usb_needs_reattach(), from OpenBSD and required
joff
2004-10-23
Keep track of what high speed port (if any) a device belongs to so we can
augustss
2004-04-23
use bounded string ops (snprintf, strl*)
itojun
2002-07-11
Get rid of trailing white space.
augustss
2001-12-27
Change some DIAGNOSTIC #defines.
augustss
2001-12-24
Add some more DIAGNOSTIC tests.
augustss
2001-11-21
Wrap dump routine prototypes in #ifdef USB_DEBUG
augustss
2001-11-20
Keep track of device speed for USB 2.0.
augustss
2001-11-10
Get rid of unused abort_handle.
augustss
2001-11-10
Add some dump routines for debugging.
augustss
2001-01-21
Change the operation of the USB event thread. Before it only performed
augustss
2001-01-21
Add code to use soft interrupt to handle USB interrupt processing.
augustss
2001-01-18
constify
jdolecek
2000-12-28
#define for USB_2_0
augustss
2000-12-13
Don't try to access a device that is being disconnected when generating
augustss
2000-06-24
Kill SPLUSBCHECK -- it's not portable, and quite annoying on some
thorpej
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-04-27
Change my email address.
augustss
2000-03-30
Afew more OpenBSD portability fixes.
augustss
2000-03-29
Remove redundant decl of cold - it's in <sys/kernel.h>.
simonb
2000-03-29
Do not accept new xfers for queuing while a pipe is aborting.
augustss
2000-03-25
Rename and move around callout handles to make it more sane.
augustss
2000-03-25
More DIAGNOSTIC.
augustss
2000-03-25
GC an unsued field and add some DIAGNOSTIC in xfer.
augustss
2000-03-24
Some cleanup and renaming of the callouts used in USB drivers.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-02-22
Prepare a little for having USB interrupt processing done outside the hard
augustss
2000-01-19
Fix typos.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add comments.
augustss
1999-11-20
Propagate the USB revision number to the usb driver.
augustss
[next]