summaryrefslogtreecommitdiff
path: root/sys/dev/usb/umbg.c
AgeCommit message (Expand)Author
2014-07-12tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but setMartin Pieuchot
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-04-12Instead of using a wrapper around usbd_transfer() when submitting aMartin Pieuchot
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2013-03-28you probably don't need to include vnode.h or reboot.h. you most definitelyTed Unangst
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
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