summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify kthread_create(). no more stdargderaadt2013-11-181-2/+2
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-20/+20
* Needs explicit <sys/kthread.h>; fixes build on palm.miod2011-09-271-1/+2
* usbdivar.h needs struct timeout. But don't get it indirectly viakrw2011-09-181-2/+2
* cleanup ;;deraadt2010-10-281-4/+4
* Fix a memory leak in usbf_realloc(), and make the speed configuration arraymiod2008-06-101-7/+16
* remove unneeded malloc.h include.fgsch2007-09-171-2/+1
* KNF after the recent macro expansion, mostly prototype indendation.mbalmer2007-06-191-13/+12
* Apply some KNF after the recent removal of macros and type definitions.mbalmer2007-06-131-7/+7
* Remove the usb_proc_ptr type definition, which was really a 'struct proc *'mbalmer2007-06-111-2/+2
* Remove the definition and use of the USBDEVNAME macro.mbalmer2007-06-101-2/+2
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* Some other missed bits.jsg2007-05-271-4/+4
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-3/+5
* Several improvements to the usb client code. Still not working.drahn2007-02-071-2/+2
* Initial USB device controller (UDC) and USB CDC Ethernet function supportuwe2006-11-251-0/+698