Unmasked mouse interrupt

This commit is contained in:
HKS_cp 2011-07-05 11:40:19 +00:00
parent 0b7916a4bb
commit a7323e08e3

View file

@ -41,7 +41,7 @@ namespace Cosmos.Core {
//Init(Master, 0x20, 4, 0xFD | 0x08);
//Init(Slave, 0x28, 2, 0xFF);
//for now enable only keyboard
Remap(0x20, 0xFD | 0x08, 0x28, 0xFF);
Remap(0x20, 0xF9 | 0x08, 0x28, 0xEF);
}