summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uirda.c
AgeCommit message (Expand)Author
2013-09-15Remove unused variablemartin
2012-03-06pull down from usbmp branch:mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2009-11-12Simplify activation hooks. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
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
2008-03-01Welcome to 4.99.55:rmind
2008-02-18Use device_t and its accessor functions.dyoung
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-12-05lockmgr -> mutexad
2007-05-11SigmaTels not-quite-UIRDA devices: STIr4116, STIr4220is
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-02-26don't use usb_find_desc() which has some "subtype" semantics whichdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-10-23Use new functions for getting descriptors.augustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-08-22Fix typo.augustss
2002-07-11Get rid of trailing white space.augustss
2002-07-08s/__FUNCTION__/__func__/augustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-18Move utility routine from uirda.c to usbdi_util.c.augustss
2001-12-14Remember to add header byte to length.augustss
2001-12-14Start read at open.augustss
2001-12-14Don't reallocate I/O buffers.augustss
2001-12-14Fix descriptor definition bug.augustss
2001-12-13Initialize lock.augustss
2001-12-13Fix some bugs. But the driver is still borken.augustss
2001-12-12Add USB-IrDA bridge.augustss