aboutsummaryrefslogtreecommitdiff
path: root/src/usb-hid.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-29/+0
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor1-4/+2
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-1/+0
2010-05-01Add support for USB mice.Kevin O'Connor1-4/+6
2010-05-01When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor1-0/+2
2010-02-28Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor1-2/+3
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-0/+27