ARM: PS2 encoding fix
Fixed Disable encoding and added SetDefaults. See http://wiki.osdev.org/Mouse_Input for encodings.
This commit is contained in:
@@ -62,7 +62,8 @@ enum {
|
||||
Ack = 0xfa,
|
||||
SetRate = 0xf3,
|
||||
Enable = 0xf4,
|
||||
Disable = 0xf6,
|
||||
Disable = 0xf5,
|
||||
SetDefaults = 0xf6,
|
||||
KeyboardId = 0xab,
|
||||
TouchKitId = 0x0a,
|
||||
MouseId = 0x00,
|
||||
|
||||
Reference in New Issue
Block a user