summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uvscom.c
AgeCommit message (Expand)Author
2022-11-01s/faild/failed/ in comments and messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2019-12-01localifymaxv
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
2019-02-07tsleep -> kpauseskrll
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2012-02-24remove any remnants of freebsd/openbsd code.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-02-18Use device_t and its accessor functions.dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-16Add SUNTAC U-Cable type A4 support,martin
2004-09-13a round of autoconf cleanup:drochner
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-01-05Get rid of some vnode.h includes.augustss
2003-07-14add missing __KERNEL_RCSID()lukem
2003-02-12add SUNTAC Ir-Trinity IS96Uichiro
2003-02-11add SUNTAC U-Cable type D2ichiro
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2002-03-27Small rearrangment of the FreeBSD part of the code.augustss
2002-03-23Change devinfo definition and make devname initialization correctly.taca
2002-03-20Define uvscom_acvtivate() according to prototype.augustss
2002-03-20add missing prototype for uvscom_activate()lukem
2002-03-19Add driver for SUNTAC Slipper U VS-10U serial devices.augustss