aboutsummaryrefslogtreecommitdiff
path: root/src/usb-hid.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-431/+0
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-2/+2
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-8/+8
2012-05-30Remove "noinline" declarations from keyboard/mouse driver code.Kevin O'Connor1-1/+1
2012-05-20Convert USB keyboard code EBDA variables to VARLOW variables.Kevin O'Connor1-3/+14
2012-03-10usb: Generalize controller alloc_async_pipe / alloc_intr_pipe code.Kevin O'Connor1-2/+2
2012-03-10usb: Push 'struct usbdevice_s' usage through to pipe allocation.Kevin O'Connor1-13/+15
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-9/+0
2010-05-01Fix error causing USB HID "boot" protocol to not be enabled.Kevin O'Connor1-2/+2
2010-05-01Add support for USB mice.Kevin O'Connor1-17/+167
2010-05-01When USB keyboard active, don't send keyboard commands to ps2 port.Kevin O'Connor1-0/+23
2010-05-01Document usb-hid.c functions.Kevin O'Connor1-0/+10
2010-03-09Replace USB encoded 'u32 endp' scheme with explicit struct fields.Kevin O'Connor1-3/+2
2010-02-28Prefer passing a USB "pipe" structure over a USB endp encoding.Kevin O'Connor1-12/+13
2010-02-17Introduce helper functions for finding USB end-points.Kevin O'Connor1-18/+8
2010-02-14Minor - increase debug level of some USB debug statements.Kevin O'Connor1-1/+1
2010-02-11Support USB keyboard auto-repeat.Kevin O'Connor1-16/+84
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-2/+2
2009-10-24Add simple cooperative threading scheme to allow parallel hw init.Kevin O'Connor1-0/+1
2009-10-17Expand USB OHCI support.Kevin O'Connor1-1/+1
2009-10-12Add stubs for USB OHCI support.Kevin O'Connor1-2/+2
2009-09-28Initial support for USB, UHCI, and USB Keyboards.Kevin O'Connor1-0/+185