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
/
ulpt.c
Age
Commit message (
Expand
)
Author
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-11-29
Plug a memory leak in an error case.
augustss
2001-11-13
add RCSIDs
lukem
2001-10-19
Match printers that report their interface as IEEE 1284 in addition to
nathanw
2001-04-16
Use the bi-directional protocol if the printer supports it.
augustss
2001-01-07
Try both the old (wrong) and new SOFT_RESET request type.
augustss
2000-12-29
Update many URLs.
augustss
2000-12-05
Make sure to increment reference count while the (lengthy) opening
augustss
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-14
Fix a typo in a comment.
augustss
2000-03-29
Some OpenBSD portability fixes.
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-06
Remove irrelevant comment.
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-02
Generate usb events on attach and detach.
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-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-15
Use a bigger buffer when transferring data.
augustss
1999-09-12
Add a flag in the request to determine if the data copying is done by the
augustss
1999-09-11
Pre-allocate the DMA buffer. This makes the driver slightly more efficient.
augustss
1999-09-10
Comment out the GET_DEVICE_ID code, because for some unknown reason it
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-23
Make sure to mark the device as dying already in the (de)activate routine.
augustss
1999-08-23
At attach time, get and print (parts of) the IEEE 1284 device id.
augustss
1999-08-22
Simplify ulptwrite() by calling usbd_bulk_transfer(). This also makes
augustss
1999-08-14
Some changes from FreeBSD (no functional differences).
augustss
1999-07-14
Avoid crashing if we are forced to close() before teh open() completed
augustss
1999-06-30
Totally redo the way device detach is done. It now uses a kernel event
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
Remove #include that slipped in at FreeBSD merge.
augustss
1998-12-26
Merge changes to make the USB stack work with FreeBSD. The original
augustss
1998-12-09
Improvement to the ugen driver.
augustss
1998-12-08
Take care of return code from uiomove().
augustss
1998-12-02
Even shorter printfs at attach.
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-07-25
Don't print device class in attach message.
augustss
1998-07-12
Add USB support. Supported so far:
augustss