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
2003-10-04
Several changes:
augustss
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-01-05
When detaching a ulpt device, call vdevgone() for the corresponding
scw
2003-01-01
Don't try to use 1284 mode.
augustss
2002-10-23
merge kqueue branch into -current
jdolecek
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-15
Move a quirk tests so the message printed about directionality is right.
augustss
2002-07-11
Get rid of trailing white space.
augustss
2002-02-25
Fix an uninitilized request. From Alfred Perlstein <bright@mu.org>.
augustss
2002-02-11
Give usbd_do_request_flags() an extra argument for the timeout.
augustss
2002-02-11
Some updates for FreeBSD.
augustss
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
[next]