grml...
[seabios.git] / src / usb-hid.c
2010-09-25 Kevin O'ConnorCleanup - it's no longer necessary to manually reset...
2010-05-02 Kevin O'ConnorFix error causing USB HID "boot" protocol to not be...
2010-05-02 Kevin O'ConnorAdd support for USB mice.
2010-05-01 Kevin O'ConnorWhen USB keyboard active, don't send keyboard commands...
2010-05-01 Kevin O'ConnorDocument usb-hid.c functions.
2010-03-10 Kevin O'ConnorReplace USB encoded 'u32 endp' scheme with explicit...
2010-02-28 Kevin O'ConnorPrefer passing a USB "pipe" structure over a USB endp...
2010-02-18 Kevin O'ConnorIntroduce helper functions for finding USB end-points.
2010-02-15 Kevin O'ConnorMinor - increase debug level of some USB debug statements.
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-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.