summaryrefslogtreecommitdiff
path: root/sys/dev/usb/utoppy.c
AgeCommit message (Expand)Author
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-11-25+#include "opt_usb.h"skrll
2016-08-20extract crc16 code from utoppy driver to a separate file in libkern, for usejdolecek
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-08-30Remove race introduced by using usbd_sync_transfer_sig with a callbackskrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-03-11minor cleanups from usbmp:mrg
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-12-06Simplify device-activation hooks.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
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializer.christos
2006-04-11Add "goto done;" in the usbd_open_pipe(IN) failure case.scw
2006-04-11Apply the correct fix for Coverity CID 2862.scw
2006-04-11Coverity CID 2861: Check for out_data before cancelling.christos
2006-04-11Coverity CID 2862: Don't initialize crc with garbage from the stack. Forchristos
2006-04-03Add a kernel driver and userland program for the Topfield TF5000PVR rangescw