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