Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > KMDF Filter & PNP

Reply
Thread Tools Display Modes

KMDF Filter & PNP

 
 
Dan
Guest
Posts: n/a

 
      01-29-2011
Is it possible for a KMDF filter driver to register for some PNP callbacks and let lower drivers handle other callbacks? I'd like to intercept the prepare to hibernate callback and leave all others to be managed by the function or bus driver(s).

thanks,

dan mcleran
 
Reply With Quote
 
 
 
 
Junior Member
Join Date: Jul 2011
Posts: 1

 
      4 Weeks Ago
I think you can register for EvtIoDeviceControl and look for PNP specific controls and take action as needed. Another way to is to pre register for IRP_MJ_PNP using WdfDeviceInitAssignWdmIrpPreprocessCallback(). If I understood this correctly, you can use both.
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Initiate session problem Uyyy Windows Server 8 07-07-2010 05:14 PM
Re: DCD Filter Driver Don Burn Windows Vista Drivers 0 01-21-2010 02:30 PM
How to access data buffers in a completion routine for a KMDF driv Leafbanana Windows Vista Drivers 1 01-20-2010 02:31 PM
What's the different for PNPDTest between WLK 1.5 and WLK 1.2 Wayne Windows Vista Drivers 2 01-18-2010 08:32 PM
Re: Unable to unload driver in Win 7 Tim Roberts Windows Vista Drivers 2 12-08-2009 12:24 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59