Re: Virtual Device Driver Basics by Doron
Doron
Tue Jun 01 09:16:35 CDT 2004
as an aside, direct access to hw in user mode means that your device
provides no security to the machine whatsoever. your hardware is now
suscetible to a broader range of attack.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"StreaX" <anonymous@discussions.microsoft.com> wrote in message
news:4323B4A0-1091-44F3-89B7-F8DC2DDF2F32@microsoft.com...
> Good Day,
>
> I was wondering where to get information on Virtual devices on windows
2K/XP.
>
> I want to make a driver that detects if any of our products are connected
(Serial/USB) and then acts as a generic PCSC driver to any of these devices.
Our clients do not want to layer the driver atop the HID/Serial driver
because they also want direct access to the hardware from user mode.. Can
anybody help me with this?
>
> With Best Regards,
> StreaX