aboutsummaryrefslogtreecommitdiff
path: root/src/usb-hub.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-10usb: Build path via chain of usbdevice_s.Kevin O'Connor1-4/+4
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor1-4/+4
2010-05-23Rename check_time() to check_tsc().Kevin O'Connor1-2/+2
2010-03-28Refactor USB hub code.Kevin O'Connor1-56/+50
2010-03-09Add USB EHCI controller support.Kevin O'Connor1-1/+2
2010-03-09Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor1-1/+1
2010-03-09Further parallelize USB init by launching a thread per usb port.Kevin O'Connor1-68/+117
2010-02-28Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor1-19/+22
2010-02-15Initial support for USB hubs.Kevin O'Connor1-0/+138