grml...
[seabios.git] / src / usb.h
2011-07-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-01-01 Kevin O'ConnorExtend 'usb_pipe' to track the controller and ports...
2010-03-28 Kevin O'ConnorRefactor USB hub code.
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
2010-03-10 Kevin O'ConnorSome USB UHCI and OHCI fixes and cleanups.
2010-03-10 Kevin O'ConnorDynamically allocate USB controller structures.
2010-03-10 Kevin O'ConnorReplace USB encoded 'u32 endp' scheme with explicit...
2010-03-10 Kevin O'ConnorFurther parallelize USB init by launching a thread...
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-18 Kevin O'ConnorInitial support for booting from USB drives.
2010-02-18 Kevin O'ConnorIntroduce helper functions for finding USB end-points.
2010-02-14 Kevin O'ConnorAdd symbolic definitions for USB delays.
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.
2009-09-29 Kevin O'ConnorInitial support for USB, UHCI, and USB Keyboards.