/sys/dev/ir/

='/netbsd/commit/sys/dev/usb/udsbr.c?id=da2bc00a8b2cf7d4e2cc38fcdfd1b22ff1518ccf'>commitdiff
path: root/sys/dev/usb/udsbr.c
AgeCommit message (Expand)Author
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-01localifymaxv
2019-09-14Fix NULL deref, to prevent kernel crashes when detaching an udsbr0 device.maxv
2019-05-05remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.hmrg
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-12-27Consistent/Correct error message from failing usbd_set_config.skrll
2012-03-11minor cleanups from usbmp: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-02-18Use device_t and its accessor functions.dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2005-12-11merge ktrace-lwp.christos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-04-23use bounded string ops (snprintf, strl*)itojun