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
/
ugen.c
Age
Commit message (
Expand
)
Author
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-01-02
More whitespace fixes from FreeBSD.
augustss
2001-12-31
Whitespace fixes (from FreeBSD).
augustss
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-12-31
Don't allow setting the configuration when an endpoint is open. From
augustss
2001-12-31
Only clear stall if endpoint is stalled. From FreeBSD.
augustss
2001-11-13
More test for NULL pipes.
augustss
2001-11-13
add RCSIDs
lukem
2001-10-24
Add commented out match level feature.
augustss
2001-09-16
make ugen use updated frlengths.
yamt
2001-09-16
Spell 'occurred' with two 'r's.
wiz
2001-09-15
correct debug messages.
yamt
2000-12-13
Don't try to access a device that is being disconnected when generating
augustss
2000-11-26
Improve a debug message.
augustss
2000-10-24
Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails.
augustss
2000-09-08
ANSIfy last patch.
augustss
2000-09-08
Add isoc support. From FreeBSD via Berndt Josef Wulf <wulf@ping.net.au>
augustss
2000-06-01
Bring the coding style into the 80s, i.e., get rid of __P and use
augustss
2000-05-31
Add a comment.
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-03-06
Generate better error codes on bulk write.
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-08
Use NULL instead of 0.
augustss
2000-02-02
Generate usb events on attach and detach.
augustss
2000-01-19
Add an argument to usbd_open_pipe_intr() to specify the polling interval
augustss
1999-12-18
Change the way the initial configuration value is picked.
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-28
Add a few more tests for safety.
augustss
1999-10-28
Make sure read() and write() fails on the control pipe.
augustss
1999-10-13
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
augustss
1999-10-12
Add an event mechanism so that a userland process can watch devices come
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-09-04
Change the way the direction is extracted from the endpoint descriptor.
augustss
1999-08-28
Change some 'struct device' to 'bdevice'. From FreeBSD.
augustss
1999-08-28
Change a type name.
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
Use the right type for the size argument when calling usbd_bulk_transfer().
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-02
Change it so that a pipe can be open RW instead of just R or W.
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 pastos.
augustss
1999-01-03
Add an ugly workaround for a bug (feature) in the NetBSD open()/close()
augustss
[next]