bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp
branchRCL_3
changeset 62 4a8fed1c0ef6
parent 0 a41df078684a
--- a/bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp	Tue Feb 02 01:24:03 2010 +0200
+++ b/bsptemplate/asspandvariant/template_variant/specific/keyboard_interrupt.cpp	Sat Feb 20 00:10:51 2010 +0200
@@ -182,6 +182,10 @@
 	{
 	DKeyboardTemplate& k=*(DKeyboardTemplate*)aPtr;
 	Interrupt::Disable(KIntIdKeyboard);
+
+    // Add the timing of key interrupts as entropy data for the RNG
+	Interrupt::AddTimingEntropy();
+
 	k.iEventDfc.Add();
 	}