aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor USB hub code.Kevin O'Connor2010-03-281-3/+22
* Add USB EHCI controller support.Kevin O'Connor2010-03-091-2/+10
* Some USB UHCI and OHCI fixes and cleanups.Kevin O'Connor2010-03-091-1/+0
* Dynamically allocate USB controller structures.Kevin O'Connor2010-03-091-16/+4
* Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor2010-03-091-49/+30
* Further parallelize USB init by launching a thread per usb port.Kevin O'Connor2010-03-091-1/+5
* Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor2010-02-281-8/+10
* Initial support for booting from USB drives.Kevin O'Connor2010-02-171-0/+2
* Introduce helper functions for finding USB end-points.Kevin O'Connor2010-02-171-0/+4
* Add symbolic definitions for USB delays.Kevin O'Connor2010-02-141-0/+9
* Support USB interrupt schedules on OHCI and UHCI.Kevin O'Connor2010-02-131-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Expand USB OHCI support.Kevin O'Connor2009-10-171-0/+1
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-5/+21
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+181