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
/
uhub.c
Age
Commit message (
Expand
)
Author
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-04-21
Use a 255 ms interrupt interval even if the descriptor in the hub asks
augustss
2000-04-21
Change the exact sequence of commands when a hub is attached to follow
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-12
Avoid panic when a non-working hub is detached.
augustss
2000-02-02
Generate usb events on attach and detach.
augustss
2000-02-02
Change the USB event mechanism to include more information about devices
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
1999-11-24
Add some more debug printing.
augustss
1999-11-18
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
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-11
Remove an obsolete comment.
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-12
Add a flag in the request to determine if the data copying is done by the
augustss
1999-09-05
Change the way the `struct device' base part of all driver softc are
augustss
1999-09-02
Avoid null reference, from Nick Hibma, FreeBSD.
augustss
1999-08-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
1999-08-23
Make sure to mark the device as dying already in the (de)activate routine.
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
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
Check that the hub ports actually power up.
augustss
1999-01-10
Some minor updates from FreeBSD.
augustss
1999-01-10
Update/add URLs to relevant USB specs.
augustss
1999-01-08
Various little fixes from the FreeBSD version.
augustss
1998-12-30
Split usbd_delay_ms() into two functions, one can be used in
augustss
1998-12-28
Add another power up wait so that some devices (that do not follow
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-09
make compile without USB_DEBUG, wrap lines to 80 cols
drochner
1998-12-09
Clear stall condition on interrupt pipe.
augustss
1998-12-08
Use plaintest error messages for debugging.
augustss
1998-12-02
Avoid wrapping lines in attach printfs.
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
Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.
augustss
1998-08-01
Switch from a global flag to tell if the host controller should use
augustss
1998-07-22
Loop over all configurations when trying to probe for interface drivers.
augustss
1998-07-12
Add USB support. Supported so far:
augustss