Re: Keyboard is not detected in WINCE 6.0
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Fri, 30 May 2008 08:46:34 -0700
USB Function driver is something different. I'm not sure if you need that
or not. Are you a USB device that can be plugged into a PC? Or are you a
USB host only (like the PC is)?
Did you do a Clean Sysgen of the OS after your adjustments to the
configuration? You need to do that. Show the messages when the keyboard is
installed after boot. Although the removal case is interesting, it's not
likely to tell us why the keyboard doesn't work. They keyboard *doesn't*
work, right? No keys are sent? What USB host driver are you using?
Paul T.
"Swapnil Manglekar" <SwapnilManglekar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:40F72404-5AEF-42C6-8231-B4DD7A70198F@xxxxxxxxxxxxxxxx
Thanks to reply Brad,
Firstly I have add
USB Function Driver
USB Host Support
USB Human Input Device (HID) Driver
USB HID Keyboard and Mouse only
USB HID Keyboard only
USB HID Mouse only
these component in my image i am doughting about NOP (Stub)
Keyboard/Mouse
component but i have not added that in my image. But when i added NOP
(Stub)
Keyboard/Mouse component in image my USB keyboard blink once at startup
but
not giving any response.When i detached USB Keyboard i got messages:
(CompleteQtdProcessing) ERROR: intr ep error
(TranslateError): HALTED
(CompleteQtdProcessing) ERROR: intr ep error
(TranslateError): TRANS_ERROR
(CompleteQtdProcessing) ERROR: control ep error
(TranslateError): TRANS_ERROR
(CompleteQtdProcessing) ERROR: control ep error
CControlPipe: Close pipe failed
I think it not well communicate with kit. Kit doesn't response the
requested
keys.
Is any solution for this? Why this errors are coming? Is any extra
component
is needed to add?
Thanks
Best Regards,
Swapnil
I had to also add NOP (Stub) Keyboard/Mouse to the Catalog and an
appropriate entry into platform.bib. Apparently the USB Keyboard
Driver still goes through the standard Keyboard Driver before going to
the OS. If no Keyboard driver is present it doesn't go anywhere. I
used the NOP Keyboard Driver as we will only have a USB Keyboard ever
attached to our device.
IF BSP_KEYBD_NOP
KbdMouse.dll $(_FLATRELEASEDIR)\KbdNopUS.dll NK SHK
ENDIF BSP_KEYBD_NOP
Hope this helps,
Brad.
.
- Follow-Ups:
- Re: Keyboard is not detected in WINCE 6.0
- From: FoolBlah
- Re: Keyboard is not detected in WINCE 6.0
- References:
- Re: Keyboard is not detected in WINCE 6.0
- From: Bradley Remedios
- Re: Keyboard is not detected in WINCE 6.0
- Prev by Date: Re: Stupid question about adding an application to an OS design
- Next by Date: Re: Porting WINCE on arm9 processor
- Previous by thread: Re: Keyboard is not detected in WINCE 6.0
- Next by thread: Re: Keyboard is not detected in WINCE 6.0
- Index(es):
Relevant Pages
|
|