aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb-hid.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error causing USB HID "boot" protocol to not be enabled.Kevin O'Connor2010-05-011-2/+2
* Add support for USB mice.Kevin O'Connor2010-05-011-17/+167
* When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor2010-05-011-0/+23
* Document usb-hid.c functions.Kevin O'Connor2010-05-011-0/+10
* Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor2010-03-091-3/+2
* Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor2010-02-281-12/+13
* Introduce helper functions for finding USB end-points.Kevin O'Connor2010-02-171-18/+8
* Minor - increase debug level of some USB debug statements.Kevin O'Connor2010-02-141-1/+1
* Support USB keyboard auto-repeat.Kevin O'Connor2010-02-111-16/+84
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor2009-10-241-0/+1
* Expand USB OHCI support.Kevin O'Connor2009-10-171-1/+1
* Add stubs for USB OHCI support.Kevin O'Connor2009-10-121-2/+2
* Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor2009-09-281-0/+185