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
/
usb_subr.c
Age
Commit message (
Expand
)
Author
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-05-31
Be more careful when setting the alternate interface.
augustss
2000-04-27
Change my email address.
augustss
2000-04-23
Make it possible to move a device to its unconfigured state by
augustss
2000-04-21
Add some comments.
augustss
2000-04-21
Change error reporting in port reset function.
augustss
2000-04-14
Make attach of ugen work as it should so product&vendor locators can be used.
augustss
2000-03-29
Some OpenBSD portability fixes.
augustss
2000-03-29
Do not accept new xfers for queuing while a pipe is aborting.
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-13
Fix doubled 'the's in comments.
soren
2000-02-20
usbd_devinfo_vp(): search the know devs array also if the device
jdolecek
2000-02-02
Change the USB event mechanism to include more information about devices
augustss
2000-02-01
Make sure to use delay() in usb_delay_ms() while cold booting.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
2000-01-16
Add usbd_reload_device_desc() to get the device descriptor again from a device.
augustss
1999-12-18
Add another debug printf.
augustss
1999-12-15
Add even more debug output.
augustss
1999-12-15
More debug printfs.
augustss
1999-12-06
Cosmetics and a couple of diagnostic messages.
augustss
1999-11-24
Avoid the special when disconnecting devices with no config descriptor.
augustss
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
augustss
1999-11-16
Fix a pointer test that I got wrong in the big code cleanup.
augustss
1999-11-16
Some minor changes from OpenBSD.
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
Fix some bugs in USB controller detach code.
augustss
1999-10-12
Add an event mechanism so that a userland process can watch devices come
augustss
1999-10-11
Add a quirk for devices that lie about how they are powered.
augustss
1999-09-16
More DIAGNOSTIC paranoia.
augustss
1999-09-15
Add preliminary (untested) code for detaching the USB host controller
augustss
1999-09-13
Rearrange the code a little so we can decide if we are in process
augustss
1999-09-09
Change the internal API to allow DMA buffers to be pre-allocated by
augustss
1999-09-05
Change some printf to DPRINTF for consistency. From Nick Hibma, FreeBSD.
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-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
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
Redo the UHCI data toggle handling.
augustss
1999-08-17
Make some small changes to make it compile on OpenBSD.
augustss
1999-08-16
Change the way transfers are dequeued so thet we know that they
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-05-13
More DIAGNOSTIC tests.
augustss
1999-05-09
More debug.
augustss
[next]