summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umct.c
AgeCommit message (Expand)Author
2019-05-09clean up ucom parents some more:mrg
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2019-05-04clean up ucom / ucom-parent interface slightly:mrg
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2015-11-02Whitespaceskrll
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
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
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-04-05use aprint_*_dev and device_xnamecegger
2008-02-18Use device_t and its accessor functions.dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-01-29Remove more duplicate headers.hubertf
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-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-09-13a round of autoconf cleanup:drochner
2004-07-08The MCT advertises both the interrupt and bulkin endpoints asrumble
2004-04-23use bounded string ops (snprintf, strl*)itojun
2003-11-10Update URL; from Jared Yanovich via jmc@openbsd.wiz
2003-05-11Support for Belkin F5U109. From PR kern/21534.augustss
2003-02-23Remove assigned-to but not used variable.simonb
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2001-12-17In BREAK, the value of LCR is held.ichiro
2001-12-14typo fixichiro
2001-12-12Add some special cases for the Sitecom adapter.augustss
2001-12-03Handle vendor/product lookup with a common routine.augustss
2001-11-13add RCSIDslukem
2001-04-01Fix some bad indentation.augustss
2001-03-28support USB-RS232 Converter of Magic Control Technology Corp.ichiro