grml...
[seabios.git] / src / usb-ohci.c
2011-07-10 Kevin O'ConnorMinor fix - check for malloc failure in USB cntl alloca...
2011-07-10 Kevin O'ConnorPush 'struct pci_device' into USB code (instead of...
2011-05-29 Kevin O'ConnorFix OHCI keyboard repeat key issue.
2011-01-01 Kevin O'ConnorExtend 'usb_pipe' to track the controller and ports...
2010-09-25 Kevin O'ConnorWarn that ohci bulk is not supported.
2010-05-23 Kevin O'ConnorRename check_time() to check_tsc().
2010-03-28 Kevin O'ConnorRefactor USB hub code.
2010-03-20 Kevin O'ConnorAdjust debug levels of device discovery.
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'ConnorMinor - USB OHCI interrupt queue should be one larger.
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-14 Kevin O'ConnorDon't parallelize USB OHCI root port reset.
2010-02-14 Kevin O'ConnorIntroduce standard warnings for allocation failures...
2010-02-14 Kevin O'ConnorAdd symbolic definitions for USB delays.
2010-02-14 Kevin O'ConnorSupport USB interrupt schedules on OHCI and UHCI.
2009-12-13 Kevin O'ConnorEnhance experimental option rom "threading" - enable...
2009-10-31 Kevin O'ConnorCall yield() while waiting for USB control transfers...
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-23 Kevin O'ConnorHandle tsc rollover.
2009-10-18 Kevin O'ConnorExpand USB OHCI support.
2009-10-12 Kevin O'ConnorAdd stubs for USB OHCI support.