Hi all,
This is a dumb question I am asking to the
group here. Is it possible to load two drivers for
a same hardware. To be more clear I will illustrate
this with the problem I am facing now. And sorry for
this long mail.
This is on Windows 98/ME
I have a PCMCIA hardware that has an internal PCMCIA
-UART bridge. When I Plug in the card, we load serial
driver (Serial.vxd) for the internal UART and hence
the card loads a communication port say COM5. I have a
WDM driver (Function driver) that interacts to the
card via COM5.
Now the when card is plugged out, the COM5 is deleted
but there is no way my Function driver comes to know
about this.
So My idea to get pnp notifications was, if I load a
COM driver and My function driver for the given
hardware, then there is a chance for the OS to call
the PNP handler of my WDM function driver. and so on
…
Is this idea stupid and is it possible ?
On Win2k I register for Pnp notification with the
serial.sys and no problems.
Please can any one come up with a suggestion for the
problem.
Can I hook for shell notifications in WDM driver. This
is because Windows will broadcast a shell notification
about the removal of the card (COM5).
( Infact I had used the Shell notification in one of
the *.vxd driver written earlier to get the
notification)
All ideas and comments are welcomed.
Thanks a lot.
Regards,
Jay
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
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