aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb-hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Update USB hub code to support super speed hubsKevin O'Connor2014-12-151-2/+34
* usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor2014-10-161-4/+4
* usb: Perform device detect polling on all usb controllers.Kevin O'Connor2014-09-161-21/+5
* usb-hub: Enable power to all ports prior to calling usb_enumerate().Kevin O'Connor2014-09-101-10/+12
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-3/+4
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+185