summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ubsa.c
AgeCommit message (Expand)Author
2016-12-04Whitespaceskrll
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
2011-06-12Fix the build of ALL kernel (hi matt@).rmind
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-02-18Use device_t and its accessor functions.dyoung
2008-01-21add full support device driver for Huawei E220 wireless modemichiro
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-02-10Add support for CDMA modems sold by Eurotel (now O2) in .czsalo
2007-02-10Option N.V. is the real vendor, Vodafone just sells the UMTS cards.mlelstv
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
2004-11-08Fix kern/28086.augustss
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-11-12Don't free non-malloced memory. From mlang@delysid.orgaugustss
2003-07-14add missing __KERNEL_RCSID()lukem
2002-11-25Avoid uninitialized var usage in detach.fvdl
2002-11-25Need <sys/device.h>; on a lot of platforms it's probably includedfvdl
2002-10-27Cosmetic changes.augustss
2002-10-08ubsa_activate() is prototyped unconditionally as non-static,pooka
2002-10-08Add driver for Belkin (and other) serial adapter.augustss