summaryrefslogtreecommitdiff
path: root/src/dev/ps2.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/ps2.hh')
-rw-r--r--src/dev/ps2.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/ps2.hh b/src/dev/ps2.hh
index 73f3f9cd8..f1ddb522e 100644
--- a/src/dev/ps2.hh
+++ b/src/dev/ps2.hh
@@ -62,7 +62,8 @@ enum {
Ack = 0xfa,
SetRate = 0xf3,
Enable = 0xf4,
- Disable = 0xf6,
+ Disable = 0xf5,
+ SetDefaults = 0xf6,
KeyboardId = 0xab,
TouchKitId = 0x0a,
MouseId = 0x00,