This may seem like an odd request, but is it possible to add USB mouse and
keyboard support for a headless device? It looks like I can do it with null
display device, but that causes some problems (pulls in lots of extra code
which isn't used, applications may think that there is a UI to which they can
send messages).

Our device is remote from the display, but may act as the connection point
for a mouse & keyboard. We take input from both mouse & keyboard and pass it
over a network connection to another device which mimics a USB mouse or
keyboard to some other host system that ultimately drives the display.

Hope that makes sense. Any suggestions would be appreciated.

-John-

Re: Mouse & keyboard support for headless platform by Paul

Paul
Wed Feb 06 09:18:10 PST 2008

You may not need everything in a headed device configuration, but you need
at least SYSGEN_MININPUT and maybe more (for the mouse). You'd have to just
try it and see what happens. You'll have at least the minimal GWES stuff,
the message queues, etc. It might not be worth too much fooling around...

Paul T.

"Atlantex" <Atlantex@discussions.microsoft.com> wrote in message
news:0F29492C-CD40-497B-9BF4-1F23CB9A12E8@microsoft.com...
> This may seem like an odd request, but is it possible to add USB mouse and
> keyboard support for a headless device? It looks like I can do it with
> null
> display device, but that causes some problems (pulls in lots of extra code
> which isn't used, applications may think that there is a UI to which they
> can
> send messages).
>
> Our device is remote from the display, but may act as the connection point
> for a mouse & keyboard. We take input from both mouse & keyboard and pass
> it
> over a network connection to another device which mimics a USB mouse or
> keyboard to some other host system that ultimately drives the display.
>
> Hope that makes sense. Any suggestions would be appreciated.
>
> -John-



Re: Mouse & keyboard support for headless platform by Valter

Valter
Wed Feb 06 09:43:36 PST 2008

=?Utf-8?B?QXRsYW50ZXg=?= <Atlantex@discussions.microsoft.com> wrote
in news:0F29492C-CD40-497B-9BF4-1F23CB9A12E8@microsoft.com:

> This may seem like an odd request, but is it possible to add USB
> mouse and keyboard support for a headless device? It looks like I
> can do it with null display device, but that causes some problems
> (pulls in lots of extra code which isn't used, applications may
> think that there is a UI to which they can send messages).
>
> Our device is remote from the display, but may act as the
> connection point for a mouse & keyboard. We take input from both
> mouse & keyboard and pass it over a network connection to another
> device which mimics a USB mouse or keyboard to some other host
> system that ultimately drives the display.
>
> Hope that makes sense. Any suggestions would be appreciated.

If you have to provide some sort of remote UI, did you consider the
idea of "hiding" it inside the display driver?


--
Valter Minute
www.fortechembeddedlabs.it
Training, support and development for Windows CE
(the reply address of this message is invalid)