summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umbg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* support Meinberg DCF600USB, from weerd@, ok phesslersthen2019-03-221-4/+17
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* Avoid calling usbd_set_config_index() in *_attach() and let the stackmpi2016-09-021-8/+2
* tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setmpi2014-07-121-23/+5
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-9/+3
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
* Instead of using a wrapper around usbd_transfer() when submitting ampi2013-04-121-5/+5
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+2
* you probably don't need to include vnode.h or reboot.h. you most definitelytedu2013-03-281-3/+1
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-3/+1
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-5/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-6/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-3/+5
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-2/+2
* remove dying flag in detach() function.yuo2010-09-241-3/+1
* in the detach function remove our usb task before calling any otherderaadt2009-11-211-3/+3
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* in ca_attach() there is no need to set .value and .flags of sensors to 0,cnst2009-04-261-5/+1
* Kill whitespace, remove unneeded ,mbalmer2008-11-211-10/+10
* Convert timeout_add() calls using multiples of hz to timeout_add_sec()blambert2008-09-101-11/+6
* Don't use uninitialized variables in umbg_detach.mbalmer2007-11-231-26/+24
* Degrade sensor status in an interrupt context.mbalmer2007-11-231-17/+2
* Don't use utc_off, time is always reported in UTC.mbalmer2007-11-121-4/+4
* Clean up some debugging left-overs.mbalmer2007-11-101-11/+6
* knf.mbalmer2007-11-101-3/+2
* umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77mbalmer2007-11-101-0/+500