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
/
usbdi.h
Age
Commit message (
Expand
)
Author
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
augustss
1999-11-17
A few more purely stylistic changes that I missed in the last round.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-10-12
Add an event mechanism so that a userland process can watch devices come
augustss
1999-09-12
Add a flag in the request to determine if the data copying is done by the
augustss
1999-09-11
* Move DMA buffer allocation to HC independent code.
augustss
1999-09-09
Change the internal API to allow DMA buffers to be pre-allocated by
augustss
1999-09-05
Change the way the `struct device' base part of all driver softc are
augustss
1999-08-29
Make usbd_errstr() always return a useful error message; it's not like
thorpej
1999-08-22
Move more of the transfer completion processing to HC independent code.
augustss
1999-08-19
Add a utility function, usbd_errstr(), to print error strings. From FreeBSD.
augustss
1999-08-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-06-14
Get rid of a bunch of code that was part of an old USBDI proposal, but that
augustss
1999-05-16
Add vendor/product/release locators. Added in frustration as my HID
augustss
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-03
Add a length paarmeter to usbd_do_request_flags().
augustss
1999-01-01
Add usbd_bulk_transfer(), a function to do interruptible transfer that
augustss
1998-12-29
New USB attach args.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-10
Take care of some lines > 80 chars.
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-08
Some minor API changes and additions.
augustss
1998-12-02
Add configuration and interface locators.
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-08-02
Improve some error messages.
augustss
1998-08-01
Switch from a global flag to tell if the host controller should use
augustss
1998-07-29
Add functions to execute asynchronous requests and use these from
augustss
1998-07-26
A first stab att supporting console access with a USB keyboard.
augustss
1998-07-23
Add some comments and a function to set the alternate settings in an
augustss
1998-07-12
Add USB support. Supported so far:
augustss