summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_hub.c
Commit message (Expand)AuthorAgeFilesLines
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-1/+1
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-3/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-20/+20
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-65/+65
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-4/+0
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-3/+3
* Use enums for speed and rev data types.thompsa2009-05-211-3/+3
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-9/+9
* Remove USB shutdown methods from device drivers as its the host controllersthompsa2009-05-051-1/+0
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-10/+11
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-10/+10
* MFp4 //depot/projects/usb@160485thompsa2009-04-221-23/+11
* MFp4 //depot/projects/usb@160413thompsa2009-04-221-2/+2
* 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-24/+64
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-9/+25
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-7/+8
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-201-0/+4
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-8/+8
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb 158942,158948thompsa2009-03-091-0/+4
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-3/+3
* MFp4 //depot/projects/usb@157958thompsa2009-02-241-20/+20
* Move the new USB stack into its new home.thompsa2009-02-231-0/+1842
OpenPOWER on IntegriCloud