aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-uhci.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of USB 'struct uhci_td'.Kevin O'Connor2010-03-091-3/+0
* Dynamically allocate USB controller structures.Kevin O'Connor2010-03-091-1/+1
* Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor2010-03-091-7/+7
* Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor2010-02-281-8/+4
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-0/+2
* USB UHCI cleanups.Kevin O'Connor2010-02-171-1/+1
* Support USB interrupt schedules on OHCI and UHCI.Kevin O'Connor2010-02-131-1/+1
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-1/+1
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-3/+5
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+131