a doubt on serial driver

Dear All,

Iam writing a serial driver for a touch screen device. It is
basically a port driver like the sermouse driver for the serial mouse. Can i
layer this driver on the serial----serenum stack and make mouclass as its
upperfilter?

If so, pls let me know the registry entries i need to add.

would be very thankful for ur help…
Seshu.

**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

It sounds like your device is not serial enumerable. If it is, then
serenum would enumerate your device and then you install your driver as
the FDO and set the device class to the Pointer device class INF.

If your device is not serial enumerable, you can install serial.sys as a
lower filter for your device and set the device class to the Pointer
device class in the INF.

By setting the device class to the Pointer class mouclass automatically is
loaded on the stack.

d