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
/
usbf.c
Age
Commit message (
Expand
)
Author
2013-11-18
simplify kthread_create(). no more stdarg
Theo de Raadt
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2011-09-27
Needs explicit <sys/kthread.h>; fixes build on palm.
Miod Vallat
2011-09-18
usbdivar.h needs struct timeout. But don't get it indirectly via
Kenneth R Westerback
2010-10-28
cleanup ;;
Theo de Raadt
2008-06-10
Fix a memory leak in usbf_realloc(), and make the speed configuration array
Miod Vallat
2007-09-17
remove unneeded malloc.h include.
Federico G. Schwindt
2007-06-19
KNF after the recent macro expansion, mostly prototype indendation.
Marc Balmer
2007-06-13
Apply some KNF after the recent removal of macros and type definitions.
Marc Balmer
2007-06-11
Remove the usb_proc_ptr type definition, which was really a 'struct proc *'
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-06
Mechanical removal of USBBASEDEVICE. No binary change.
Michael Knudsen
2007-05-27
Some other missed bits.
Jonathan Gray
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-02-07
Several improvements to the usb client code. Still not working.
Dale Rahn
2006-11-25
Initial USB device controller (UDC) and USB CDC Ethernet function support
Uwe Stuehler