summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uscanner.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-10-25Use C99 initializer for filteropsmaya
2016-12-04Whitespaceskrll
2016-11-25+#include "opt_usb.h"skrll
2016-07-11KNF. No functional change.msaitoh
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
2012-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-03-06pull down from usbmp branch:mrg
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-12-06Simplify device-activation hooks.dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-03-09These don't need <sys/tty.h>.uebayasi
2009-01-22buildfix: re-adapt to major()/minor() returning a 32bit value again.cegger
2009-01-11make this compilecegger
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
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-11-16Set sc_dying on attach failure so that a subsequent open won't cause agson
2007-09-09Fix typo in commentgson
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-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-27nuke trailing whitespaceperry
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-03-15Add Epson Perfection 1670 scanneraugustss
2004-01-05Add more scanners.augustss
2003-11-23Add more scanners. From FreeBSD.augustss
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
2003-01-27Undo last (not supposed to be committed).wiz
2003-01-27regen (CANOSCAN N670U).wiz
2003-01-15Add Epson Perfection 2400. From kern/19856, Rob Quinn.augustss
2003-01-13Add support for Epson Perfection 1260.tron
2003-01-10Add Epson 1660. From kerm/19767, Neil Short.augustss
2002-11-26si_ -> sel_christos