summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucomvar.h
AgeCommit message (Expand)Author
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-01-23Ad support for an extra message in the ucom attach code.augustss
2000-09-03Handle output packet headers in a cleaner way. From IWAMOTO Toshihiroaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Add a capability for pre/post processing on write/read.augustss
2000-04-08fix build of ucom. (static/non-static)itojun
2000-04-06Let the parent device of a ucom decide what size the read and writeaugustss
2000-02-08Add methods for ucom to call back on open/close.augustss
2000-01-25Ooops, add another ucom file.augustss