Re: Keyboard is not detected in WINCE 6.0



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.



.



Relevant Pages

  • Re: Installation problem, keyboard & mouse disabled
    ... option that usually causes the USB keyboard and USB mouse not to work. ... A universal serial bus input device, such as a keyboard or a mouse, ... This behavior can prevent Setup from completing: if Setup tries to install ... unsigned driver, an Unsigned Driver dialog box appears and requires user ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Supporting a PS/2 Keyboard
    ... USB host port, right? ... Why not just put the HID keyboard driver in and let ... the users use a USB keyboard, or does it _have_ to be PS/2? ... interpreter that converts the scan codes returned by the USB part of the ...
    (microsoft.public.windowsce.platbuilder)
  • Re: WCE5: ps/2 port driver fails - where to look ?
    ... Keyboard Mouse English" item from the catalog. ... keyboard/mouse driver from Platform Builder and see what you're not getting ... ones to have BIOS, ... mouse as well as usb mouse - with exact same cmos settings as I am trying ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Supporting a PS/2 Keyboard
    ... I don't have any USB to PS2 ... The NOP keyboard ... One alternative then is to get the hardware guy to put a PS/2 to USB ... I assume that CE's USB HID driver supports a USB ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Capturing USB data?
    ... USB hardware device that a USB Keyboard and Mouse ... device drivers in a different ring, ... Works on every OS platform ...
    (microsoft.public.vc.mfc)