index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
umbg.c
Age
Commit message (
Expand
)
Author
2014-07-12
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
Martin Pieuchot
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-04-12
Instead of using a wrapper around usbd_transfer() when submitting a
Martin Pieuchot
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2013-03-28
you probably don't need to include vnode.h or reboot.h. you most definitely
Ted Unangst
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-23
check that a timeout(9) has been initialized before deleting it
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2009-11-21
in the detach function remove our usb task before calling any other
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-04-26
in ca_attach() there is no need to set .value and .flags of sensors to 0,
Constantine A. Murenin
2008-11-21
Kill whitespace, remove unneeded ,
Marc Balmer
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2007-11-23
Don't use uninitialized variables in umbg_detach.
Marc Balmer
2007-11-23
Degrade sensor status in an interrupt context.
Marc Balmer
2007-11-12
Don't use utc_off, time is always reported in UTC.
Marc Balmer
2007-11-10
Clean up some debugging left-overs.
Marc Balmer
2007-11-10
knf.
Marc Balmer
2007-11-10
umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77
Marc Balmer