[i8042PRT]: Forgot this one, addendum to r70680.

svn path=/trunk/; revision=70681
This commit is contained in:
Hermès Bélusca-Maïto 2016-02-03 00:40:37 +00:00
parent 9cc0aedad7
commit 7e33c2343e

View file

@ -147,7 +147,7 @@ i8042DetectKeyboard(
WARN_(I8042PRT, "Warning: can't write SET_LEDS (0x%08lx)\n", Status);
}
/* Turn on translation and SF (Some machines don't reboot if SF is not set, see ReactOS bug #1842) */
/* Turn on translation and SF (Some machines don't reboot if SF is not set, see ReactOS bug CORE-1713) */
if (!i8042ChangeMode(DeviceExtension, 0, CCB_TRANSLATE | CCB_SYSTEM_FLAG))
return;