summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umbg.c
AgeCommit message (Expand)Author
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2009-11-21in the detach function remove our usb task before calling any otherTheo de Raadt
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2008-11-21Kill whitespace, remove unneeded ,Marc Balmer
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2007-11-23Don't use uninitialized variables in umbg_detach.Marc Balmer
2007-11-23Degrade sensor status in an interrupt context.Marc Balmer
2007-11-12Don't use utc_off, time is always reported in UTC.Marc Balmer
2007-11-10Clean up some debugging left-overs.Marc Balmer
2007-11-10knf.Marc Balmer
2007-11-10umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77Marc Balmer