summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbf_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenguenther2016-09-031-1082/+0
* Since USB xfer pools are accessed in interrupt context, initialize themmpi2014-08-101-3/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-15/+15
* Use the revision number for coherency. No object change.mpi2014-03-071-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-76/+76
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.kettenis2009-11-041-7/+3
* leak memory in the realloc function until we find out who has a pointerderaadt2008-12-011-1/+4
* Fix a memory leak in usbf_realloc(), and make the speed configuration arraymiod2008-06-101-2/+6
* KNFgilles2007-09-111-8/+8
* more M_ZERO conversions; ok krw@.fgsch2007-09-091-15/+8
* Correct the length of the usb_string_descriptor_t and fix a possiblembalmer2007-07-271-4/+4
* Replace the USB_USE_SOFTINTR macro with __HAVE_GENERIC_SOFT_INTTERUPTSmbalmer2007-06-151-14/+2
* unbreak tree after untested timeout.h deletionsderaadt2007-06-141-1/+2
* Remove the definition and use of the device_ptr_t which was a struct device *.mbalmer2007-06-121-6/+6
* Remove the definiton and usage of the USB_DO_ATTACH macro. It was a wrappermbalmer2007-06-111-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-2/+2
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-6/+8
* USB client mode with cdce function driver is coming along, RX and TX kinda work.drahn2007-02-131-2/+2
* Several improvements to the usb client code. Still not working.drahn2007-02-071-3/+1
* Initial USB device controller (UDC) and USB CDC Ethernet function supportuwe2006-11-251-0/+1099