Re: WCE5: ps/2 port driver fails - where to look ?
- From: "Sergei R" <rusakov@xxxxxxxxxxxxxx>
- Date: Tue, 3 Oct 2006 13:37:00 -0700
Hello Remi,
you are correct, there are no interrupts from 8042 chip going into the system. The registry is proper - please see my other posting in this thread. The line you are enquiring about is also present in init.c of C:\WINCE500\PLATFORM\Viacn\Src\Kernel\X86\Common\Intr file and is line nr 92 (luckily VIA discloses the source code for this step).
thanks for the reply though
I am starting to suspect that there have to be something else... like such and such actions have to be taken before 8042 would come to life and emit interrupts...
SergeiR
"Remi de Gravelaine" <gravelaine at aton dash sys dot fr> wrote in message news:uW7irYs5GHA.4476@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
4294788336 PID:4baedce6 TID:2b93efc6 0x8b93ec0c: Keyboard: Enabling wake from suspend
It effectively sounds like you have an interrupt problem.
Check for the inclusion of keybd.reg and 8042mouse.reg in your reginit.ini:
[HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\MOUSE]
"DriverName"="kbdmouse.dll"
"SysIntr"=dword:1C
"IoBase"=dword:60
"IoLen"=dword:5
"BusNumber"=dword:0
"InterfaceType"=dword:1
"EnableWake"=dword:1
Also check in your BSP's init.c file that you have the correct static mapping for IRQ12:
OALIntrStaticTranslate(SYSINTR_TOUCH, 12);
HTH
Remi
.
- Follow-Ups:
- Re: WCE5: ps/2 port driver fails - where to look ?
- From: Remi de Gravelaine
- Re: WCE5: ps/2 port driver fails - where to look ?
- References:
- Re: WCE5: ps/2 port driver fails - where to look ?
- From: Remi de Gravelaine
- Re: WCE5: ps/2 port driver fails - where to look ?
- Prev by Date: USB Radio
- Next by Date: COM2 Write, but no read
- Previous by thread: Re: WCE5: ps/2 port driver fails - where to look ?
- Next by thread: Re: WCE5: ps/2 port driver fails - where to look ?
- Index(es):