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_util.c
Age
Commit message (
Expand
)
Author
2002-07-11
Get rid of trailing white space.
augustss
2001-12-27
Add usbd_get_protocol().
augustss
2001-12-18
Move utility routine from uirda.c to usbdi_util.c.
augustss
2001-11-15
usbd_interface2device_handle() cannot fail.
augustss
2001-11-13
add RCSIDs
lukem
2001-10-26
s/usbd_alloc_report_desc/usbd_read_report_desc/
augustss
2001-07-04
Null a pointer on error return.
augustss
2000-06-01
Make it compile with USB_DEBUG.
augustss
2000-06-01
Improve some portability items.
augustss
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-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-02-22
Fix (mostly harmless) typo.
augustss
2000-02-08
Use NULL instead of 0.
augustss
1999-11-28
More USB_DEBUG and DIAGNOSTIC output.
augustss
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-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-22
Move more of the transfer completion processing to HC independent code.
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-08-07
Add usbd_set_hub_feature() and usbd_clear_hub_feature().
augustss
1999-08-02
Another debug message.
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1999-01-07
Fix some FreeBSD compiler warnings.
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-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-08
Some minor API changes and additions.
augustss
1998-12-02
Handle compound devices in usbd_get_report_descriptor().
augustss
1998-11-25
Make the copyright header conform to the NetBSD template.
augustss
1998-08-02
Improve some error messages.
augustss
1998-07-29
Add functions to execute asynchronous requests and use these from
augustss
1998-07-13
Add some useful HID ioctl()s.
augustss
1998-07-12
Add USB support. Supported so far:
augustss