Re: Calling inf file or installing .sys file from DriverEntry func

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Can you eloborate a little bit how i install SC driver as upper filter from
the same INF file.

"Maxim S. Shatskih" wrote:

Actually the USB device has a cryptograpic functionlity and i need to create
a Smart Card Readrer so that USB device can work as a smart card.

Install the SC driver as upper filter to your USB driver from the same INF file.

--
Maxim S. Shatskih
Windows DDK MVP
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com


.



Relevant Pages

  • Re: MmMapLockedPages with UserMode pointer
    ... "Maxim S. Shatskih" wrote: ... I would suggest to allocate 2GB in user mode by VirtualAlloc, then pass the VA to the driver, the driver will create several tiled MDLs, and MmProbeAndLockPages them. ... Then call ->GetScatterGatherList for each of them, assemble the chain and feed the chain to the busmaster hardware. ...
    (microsoft.public.development.device.drivers)
  • Re: Setting OID_802_11_BSSID through DeviceIOControl()
    ... Maxim Shatskih, Windows DDK MVP ... I did not write a specific driver myself. ... DeviceIOControl() function, I can query all the OIDs of interest without any ...
    (microsoft.public.development.device.drivers)
  • Re: Finding the exact location of BSOD.
    ... Maxim S. Shatskih ... Windows DDK MVP ... the driver is invoked by ActiveX. ...
    (microsoft.public.development.device.drivers)
  • Re: Drivererror
    ... I tried the verifier with all options for my driver. ... "Maxim S. Shatskih" wrote: ... away because he free memory in the unloadfunction. ...
    (microsoft.public.development.device.drivers)
  • Re: Drivererror
    ... it is only used by port/miniport pairs where the driver object belongs to the miniport, and dispatch routines belong to port. ... "Maxim S. Shatskih" wrote: ...
    (microsoft.public.development.device.drivers)