aboutsummaryrefslogtreecommitdiff
path: root/src/kbd.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-09-28 21:32:08 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-09-28 21:32:08 -0400
commit114592f000d5bc89b7d149e320a31ab209e20b41 (patch)
tree124c00dc27a4ecb755d37027193a4f6419fdd3ea /src/kbd.c
parent6aee52dd45843bbc884692a34c3a6b4e3eb392e8 (diff)
downloadseabios-hppa-114592f000d5bc89b7d149e320a31ab209e20b41.zip
seabios-hppa-114592f000d5bc89b7d149e320a31ab209e20b41.tar.gz
seabios-hppa-114592f000d5bc89b7d149e320a31ab209e20b41.tar.bz2
Initial support for USB, UHCI, and USB Keyboards.
This adds preliminary support for USB controllers and keyboards. Add support for UHCI controllers. Add support for "HID" USB keyboards. Also, fix bug in hexdump() - len need not be power of 4.
Diffstat (limited to 'src/kbd.c')
-rw-r--r--src/kbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbd.c b/src/kbd.c
index 650f1d4..6b14940 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -622,7 +622,7 @@ __process_key(u8 scancode)
SET_BDA(kbd_flag2, flags2);
}
-static void
+void
process_key(u8 key)
{
if (CONFIG_KBD_CALL_INT15_4F) {