summaryrefslogtreecommitdiff
path: root/sys/dev/usb/udsbr.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-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
2002-07-11Get rid of trailing white space.augustss
2002-02-12Remove obsolete prototype for "udsbr_search".tron
2002-02-11Whitespace changes.augustss
2002-01-03Correct the frequency calculation.augustss
2002-01-02Fix typos.augustss
2002-01-02Move debug define.augustss
2002-01-02Add udsbr(4), a D-Link DSB-R100 FM radio (untested).augustss