summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucomvar.h
AgeCommit message (Expand)Author
2016-04-23Merge nick-nhusbskrll
2011-12-19const-ify struct ucom_methods pointer within ucom(4).jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-03-13Fix PR kern/42838 using option #1 as described by KIYOHARA Takashi inscw
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-05cleanup more SET/CLR/ISSET lossagechristos
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2004-09-13a round of autoconf cleanup:drochner
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