summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ustir.c
AgeCommit message (Expand)Author
2022-03-12ustir(4): Avoid undefined behaviour if register read fails.riastradh
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-18Use sel{record,remove}_knote().thorpej
2020-03-14revert the 0x% -> %# change for fixed width formats pointed out by uwe.christos
2020-03-13PR/55068: sc.dying: Fix printf formats:christos
2019-12-01minor adjustments, to avoid warnings on debug buildsmaxv
2019-12-01localifymaxv
2019-09-22Purge an ancient email address, use dsainty@NetBSD.org insteaddsainty
2019-09-14Fix error handling, to prevent kernel crashes at detach time. Found bymaxv
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
2018-01-21PR kern/52931 Kernel panics with Atheros usb wireless interfaceskrll
2017-10-25Use C99 initializer for filteropsmaya
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-11-25+#include "opt_usb.h"skrll
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-04-23Merge nick-nhusbskrll
2013-05-27Split IrDA SIR part for other SIR device.kiyohara
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-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-04-05use aprint_*_dev and device_xnamecegger
2008-03-01Welcome to 4.99.55:rmind
2008-02-18Use device_t and its accessor functions.dyoung
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
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
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-04-23use bounded string ops (snprintf, strl*)itojun
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
2002-12-28This device has a single FIFO shared by both incoming and outgoing data.dsainty
2002-12-28Delinting - as the data passed to ustir_dumpdata() is always u_int8_t,dsainty
2002-12-28Delinting - don't treat ennumerated types as booleansdsainty
2002-12-28Delinting - sprinkle some ARGSUSEDdsainty
2002-11-26si_ -> sel_christos
2002-11-06ARGSUSED/FALLTHROUGH delinting (first pass)dsainty
2002-10-23merge kqueue branch into -currentjdolecek
2002-07-08s/__FUNCTION__/__func__/augustss
2002-03-17Whitespace fixes.augustss