I have a legend Smart Card Reader driver (Not PNP) which is a virtual driver and is “not” attached with any physical device. This virtual driver uses the event to simulate
the smart card is plugin or not. It does work well in W2K and WXP except WXP SP2
because WXP SP2 doesn’t support Smart Card legend driver any more.
Therefore, I need to put this Smart Card driver on the token of the USB Storage. I can change smart card driver from legend driver to pnp driver. But how do I attach the
smart card driver (which is SmartCardReader class) to the usb storage which dess not have any device driver? I think to add the fs filter driver over the USB storage, however, how does the smart card driver to attach this fiter driver?
Thanks.
Susan