aboutsummaryrefslogtreecommitdiff
path: root/src/usb-hub.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-60/+0
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor1-2/+2
2010-03-28Refactor USB hub code.Kevin O'Connor1-10/+0
2010-03-09Add USB EHCI controller support.Kevin O'Connor1-0/+2
2010-03-09Further parallelize USB init by launching a thread per usb port.Kevin O'Connor1-0/+10
2010-02-28Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor1-1/+2
2010-02-15Initial support for USB hubs.Kevin O'Connor1-0/+57