diff -r 741dcdf88ba9 -r c4d65d91ad0c bsptemplate/asspandvariant/template_variant/specific/xyin.cpp --- a/bsptemplate/asspandvariant/template_variant/specific/xyin.cpp Mon Mar 08 11:57:08 2010 +0000 +++ b/bsptemplate/asspandvariant/template_variant/specific/xyin.cpp Sun Mar 14 13:15:32 2010 +0000 @@ -599,6 +599,9 @@ Interrupt::Disable(KIntIdDigitiser); // do NOT disable the capability to generate interrupts at the source + // Add the timing of pen interrupts as entropy data for the RNG + Interrupt::AddTimingEntropy(); + if (KPenDownDelayTime>0) // need to check this config param as it might be zero! iTimerInt.OneShot(KPenDownDelayTime); // start a debounce timer which will queue a DFC to process the interrupt else