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
/
ucycom.c
Age
Commit message (
Expand
)
Author
2016-01-09
revert manual additions of hid.h now that usbhid.h brings it in
Joshua Stein
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2015-01-04
return 0 for success in ucycom_param() instead of uninitialised memory
Jonathan Gray
2014-12-11
Make sure you'll never look at stack garbage, prodded by kettenis@.
Martin Pieuchot
2014-12-11
Change uhidev(4) set/get report functions in various way.
Martin Pieuchot
2014-07-12
tedu another bunch of DVACT_DEACTIVATE handlers that do nothing but set
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-05-07
Make sure to call uhidev_close() upon detach for every HID driver calling
Martin Pieuchot
2014-04-15
Modify the uhidev_*_report() methods to always take a report ID argument
Martin Pieuchot
2014-03-19
Add a temporary hack to let a subdriver claim all the reportIDs of
Martin Pieuchot
2013-11-15
Sort-out activate functionality for ucom(4) and it's parents.
Paul Irofti
2013-11-07
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
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-19
- use usb_lookup(), these should be the last drivers that rolled their own
Jasper Lievisse Adriaanse
2010-09-24
remove dying flag in detach() function.
Yojiro Uo
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-11
KNF
Gilles Chehade
2007-09-10
more M_ZERO usage.
Federico G. Schwindt
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-13
Apply some KNF after the recent removal of macros and type definitions.
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEV macro. It only created confusion
Marc Balmer
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-05-21
Remove logprintf macro
Jonathan Gray
2006-08-24
when shutting down, wrap the variable manipulation in splusb() so weird
Jason Wright
2006-08-18
get the attach args from the right place (honestly, this "worked" on i386)
Jason Wright
2006-08-16
remove unecessary debugging stuff
Jason Wright
2006-08-15
a start at the port of ucycom from netbsd (I have an delorme earthmate and
Jason Wright