summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbf.c
AgeCommit message (Expand)Author
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