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
/
umodem.c
Age
Commit message (
Expand
)
Author
2001-12-31
Make a typedef for struct proc to make portingeasier.
augustss
2001-11-13
add RCSIDs
lukem
2001-03-25
Small code rearrangement.
augustss
2001-02-16
Connect to the interrupt endpoint on the control interface to receive
kenh
2001-01-23
Ad support for an extra message in the ucom attach code.
augustss
2001-01-23
Make sure driver attach/detach events are generated in a consistent manner.
augustss
2001-01-11
Put the UQ_ASSUME_CM_OVER_DATA quirk back in. Without it, the Ricochet GS mo...
explorer
2000-12-29
Update many URLs.
augustss
2000-12-11
Get rid of UQ_ASSUME_CM_OVER_DATA quirk; it's handled differently now.
augustss
2000-11-10
Don't try to set CM_OVER_DATA feature if features cannot be set.
augustss
2000-11-10
Update documentation link. From OpenBSD.
augustss
2000-10-22
Add a new quirk: ASSUME_CM_OVER_DATA.
explorer
2000-09-03
Handle output packet headers in a cleaner way. From IWAMOTO Toshihiro
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
Add a capability for pre/post processing on write/read.
augustss
2000-04-06
Let the parent device of a ucom decide what size the read and write
augustss
2000-03-27
Change (almost) all static to Static. The symbol `Static' can then be defined
augustss
2000-03-15
Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se>
augustss
2000-02-29
Distinguish between device and interface classes.
augustss
2000-02-08
Add methods for ucom to call back on open/close.
augustss
2000-02-02
Generate usb events on attach and detach.
augustss
2000-01-25
Split the umodem driver into two parts: the part that emulates a tty over
augustss
1999-11-26
Don't complain when umodemstartread() returns USBD_IN_PROGRESS. It's normal.
augustss
1999-11-17
A few more purely stylistic changes that I missed in the last round.
augustss
1999-11-16
Preallocate DMA buffers. Fixes problem reported by Hubert Feyrer.
augustss
1999-11-12
A number of stylistic changes to increase readability (many suggested
augustss
1999-09-11
* Move DMA buffer allocation to HC independent code.
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-22
Move more of the transfer completion processing to HC independent code.
augustss
1999-08-16
Implement a modem driver for the Abstract Control Model, i.e. AT commands.
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-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-03
Use umodem as the modem driver stub.
augustss