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_subr.c
Age
Commit message (
Expand
)
Author
2014-08-10
Since USB xfer pools are accessed in interrupt context, initialize them
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-07
Use the revision number for coherency. No object change.
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2009-11-04
Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.
Mark Kettenis
2008-12-01
leak memory in the realloc function until we find out who has a pointer
Theo de Raadt
2008-06-10
Fix a memory leak in usbf_realloc(), and make the speed configuration array
Miod Vallat
2007-09-11
KNF
Gilles Chehade
2007-09-09
more M_ZERO conversions; ok krw@.
Federico G. Schwindt
2007-07-27
Correct the length of the usb_string_descriptor_t and fix a possible
Marc Balmer
2007-06-15
Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTS
Marc Balmer
2007-06-14
unbreak tree after untested timeout.h deletions
Theo de Raadt
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-11
Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrapper
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-10
Remove definitions and usage of usb_callout and related macros. These macros
Marc Balmer
2007-02-13
USB client mode with cdce function driver is coming along, RX and TX kinda work.
Dale Rahn
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