aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-05-01 22:14:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-05-01 22:14:40 -0400
commit0e88576feb7c577d2e6d3cda469f751db962a380 (patch)
tree4c80421b8b7528772d93c9bc8b035a44b4146a87 /src/config.h
parentdd5a8a6b0d3c2d8320cb26ea8ac6798091070f9a (diff)
downloadseabios-hppa-0e88576feb7c577d2e6d3cda469f751db962a380.zip
seabios-hppa-0e88576feb7c577d2e6d3cda469f751db962a380.tar.gz
seabios-hppa-0e88576feb7c577d2e6d3cda469f751db962a380.tar.bz2
Add support for USB mice.
Initial support for USB mice that follow the "boot" protocol.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index e762435..b101174 100644
--- a/src/config.h
+++ b/src/config.h
@@ -44,6 +44,8 @@
#define CONFIG_USB_HUB 1
// Support USB keyboards
#define CONFIG_USB_KEYBOARD 1
+// Support USB mice
+#define CONFIG_USB_MOUSE 1
// Support PS2 ports (keyboard and mouse)
#define CONFIG_PS2PORT 1
// Support for IDE disk code