summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/usb_controller.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* Fix function arguments were previously they matched the typedef by accident.thompsa2009-05-291-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-4/+4
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-27/+27
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* Use enums for speed and rev data types.thompsa2009-05-211-1/+1
* MFp4 //depot/projects/usb@160706thompsa2009-04-221-0/+8
* Revert r190676,190677thompsa2009-04-101-1/+1
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-1/+1
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-50/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-1/+14
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-2/+2
* MFp4 //depot/projects/usb@159700thompsa2009-04-051-6/+3
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledthompsa2009-04-031-1/+1
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-11/+15
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Fix a possible NULL pointer access at controller attach.thompsa2009-03-111-1/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+620
OpenPOWER on IntegriCloud