turning a device into a mouse
- From: Michael Brian Bentley <bentley@xxxxxxxxxxxx>
- Date: Tue, 01 Jan 2008 16:52:55 -0800
Saluations,
I am slowly coming to grips with the task of creating some driver-level
code to add to existing regular driver code to make a mouse of a device.
I need to accept a stream of bytes from a device connected by way of a
USB/COM port, and turn the byte stream into what you'd expect to see
from a regular mouse input stream.
I originally thought I only needed to create a mouse filter driver to
convert the byte stream, but now I'm thinking that I need something
lower, the equivalent of a filter driver "between" the USB/COM driver
and the mouse drivers, to turn the byte stream into a bona fide mouse
stream before the mouse driver code sees anything.
Does this thinking make sense?
I have to somehow persuade the system to recognize this resultant
contraption as a mouse.
I'm reading the WDK documentation, studying the somewhat cryptic .inf
file configuration process, and trawling for clues. And slowly reading
the archive for this newsgroup.
For now I'm only trying to get this to work on xp.
Thanks!
-Michael Brian Bentley
.
- Follow-Ups:
- Re: turning a device into a mouse
- From: Maxim S. Shatskih
- Re: turning a device into a mouse
- Prev by Date: Re: User-land Callback From Driver
- Next by Date: Re: turning a device into a mouse
- Previous by thread: Re: NDIS test app needed
- Next by thread: Re: turning a device into a mouse
- Index(es):
Relevant Pages
|