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.c
Age
Commit message (
Expand
)
Author
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-07-11
Get rid of trailing white space.
augustss
2002-06-01
SIMPLEQ rototill:
lukem
2002-05-19
Update dma memory access API a little.
augustss
2002-02-28
Don't use NULL for non-pointer arguments.
thorpej
2002-02-26
Fix a typo that prevented timeout in control requests from working.
augustss
2002-02-20
Prefix structure members to protect them against clashes with eg. c++ keywords.
christos
2002-02-11
Give usbd_do_request_flags() an extra argument for the timeout.
augustss
2002-02-11
A little const poisoning. (From FreeBSD.)
augustss
2001-12-30
Make sure we don't have any pending softintrs when entering polling mode.
augustss
2001-12-24
Add some more DIAGNOSTIC tests.
augustss
2001-12-12
Some more paranoia checks when DIAGNOSTIC.
augustss
2001-12-12
Move usbd_clear_endpoint_toggle() prototype to usbdi.h.
augustss
2001-12-03
Handle vendor/product lookup with a common routine.
augustss
2001-12-02
Add a subroutine to search for a vendor/product pair.
augustss
2001-11-22
Improve dump routine slightly.
augustss
2001-11-21
Fix indentation and typos.
augustss
2001-11-20
Keep track of device speed for USB 2.0.
augustss
2001-11-15
usbd_interface2device_handle() cannot fail.
augustss
2001-11-13
add RCSIDs
lukem
2001-11-10
Get rid of unused abort_handle.
augustss
2001-11-10
Add some dump routines for debugging.
augustss
2001-04-17
Add a DIAGNOSTIC.
augustss
2001-04-13
Finally get rid of the UGLY and EVIL hack for avoiding tsleep().
augustss
2001-01-21
Add code to use soft interrupt to handle USB interrupt processing.
augustss
2001-01-19
Make this compile again after const-ification.
augustss
2000-09-23
Add a way to do control transfers on other pipes than the default pipe.
augustss
2000-06-06
Initialize pointer before doing free of it.
augustss
2000-06-01
Make it compile with USB_DEBUG.
augustss
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-05-31
Be more careful when setting the alternate interface so we don't end up with
augustss
2000-04-27
Change my email address.
augustss
2000-03-29
Do not accept new xfers for queuing while a pipe is aborting.
augustss
2000-03-28
Add a comment.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-25
Rename and move around callout handles to make it more sane.
augustss
2000-03-24
Some cleanup and renaming of the callouts used in USB drivers.
augustss
2000-03-23
Shake out some bugs from the callout changes.
thorpej
2000-03-08
Get the status right when a polled transfer times out.
augustss
2000-03-02
Fix typo in argument to ratecheck().
augustss
2000-03-02
Use ratecheck() to limit error messages on disconnect.
augustss
2000-02-08
Don't stall the control pipe on error.
augustss
2000-01-31
Change the way the HC done method is invoked a little.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-18
Move the zeroing of the xfer to the individual methods.
augustss
2000-01-18
Turn xfer allocation into a method in the HC driver. The reason is that
augustss
2000-01-16
Add usbd_reload_device_desc() to get the device descriptor again from a device.
augustss
2000-01-16
Get timeout right in the gruesome hack.
augustss
2000-01-16
XXX Add a temporary, gruesome hack. It allows transfers to
augustss
2000-01-16
Let usbd_set_polling() work on a usbd_device_handle instead of
augustss
[next]