diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-05-01 22:14:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-05-01 22:14:40 -0400 |
commit | 0e88576feb7c577d2e6d3cda469f751db962a380 (patch) | |
tree | 4c80421b8b7528772d93c9bc8b035a44b4146a87 /src/config.h | |
parent | dd5a8a6b0d3c2d8320cb26ea8ac6798091070f9a (diff) | |
download | seabios-0e88576feb7c577d2e6d3cda469f751db962a380.tar.gz |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index e7624355..b101174b 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 |