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
2002-02-20
Prefix structure members to protect them against clashes with eg. c++ keywords.
christos
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-22
Correct a comment.
augustss
2001-11-20
Sanity check max packet lengths.
augustss
2001-11-20
Update for new speed handling.
augustss
2001-11-17
Make it possible to report device speeds with ioctl(USB_DEVICEINFO).
augustss
2001-11-16
Handle devices that disappear during reset gracefully.
augustss
2001-11-13
add RCSIDs
lukem
2001-11-10
Get rid of unused abort_handle.
augustss
2001-11-10
Abort any xfers on the control pipe before closing it on detach.
augustss
2001-11-10
Small portability improvement.
augustss
2001-08-15
Add a little infrastructure so that individual drivers can easily check
augustss
2001-05-16
delint: remove unnecessary assignment to same objection (hidden in #define)
lukem
2001-01-21
Trim space off both ends of device product and vendor strings.
augustss
2001-01-18
constify
jdolecek
2001-01-08
Cosmetic changes.
augustss
2000-12-13
Don't try to access a device that is being disconnected when generating
augustss
2000-10-24
Add a hack to try and figure out if the TI UTUSB41 hub is bus powered
augustss
2000-10-12
Avoid empty strings for vendor&product.
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-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
[next]