grml...
[seabios.git] / src / usb.c
2011-07-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-06-21 Kevin O'ConnorConvert USB detection code to use struct pci_device.
2011-06-19 Kevin O'ConnorRename foreachpci macro to foreachbdf.
2011-01-01 Kevin O'ConnorExtend 'usb_pipe' to track the controller and ports...
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-09-25 Kevin O'ConnorWarn that ohci bulk is not supported.
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-03-28 Kevin O'ConnorRefactor USB hub code.
2010-03-10 Kevin O'ConnorAdd USB EHCI controller support.
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-15 Kevin O'ConnorInitial support for USB hubs.
2010-02-15 Kevin O'ConnorMinor - increase debug level of some USB debug statements.
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-02-13 Kevin O'ConnorAdd some ASSERT32FLAT() to help compiler eliminate...
2010-02-12 Kevin O'ConnorSupport USB keyboard auto-repeat.
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-10-24 Kevin O'ConnorAdd simple cooperative threading scheme to allow parall...
2009-10-24 Kevin O'ConnorReplace irq_enable() regions with explicit calls to...
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.