- Lower Filter Driver to USB Composite Driver in Windows XP
- Posted by Ramkumar C on October 15th, 2003
Hi,
I have written a lower filter driver for the USB
Composite Driver "usbccgp.sys".With the Driver Verifier
Eenabled, when I plug in the Device I get an
IRP_MN_QUERY_CAPABILITIES that don't have enough stack
locations.Hence passing this IRP down results in the
wonderful NO_MORE_IRP_STACK_LOCATIONS blue screen of
death.
I do not get this problem when the Driver Verifier is
disabled.
Does anybody know, why I am getting this "too small"
IRP_MN_QUERY_CAPABILITIES? And, is there a better way to
handle such IRPs,so that DriverVerifier won't pop up
anymore?. How to solve this problem
Regards
Ram
Similar Posts
- Filter Driver (Help and Support) by Joe Rose
- CD-ROM filter driver, take 2 (Drivers) by Lee Cremeans
- No privileges to access HID Filter Driver in Windows XP Non-Admin User Account? (Drivers) by Bruce Tompkins
- how to dump srb->DataBuffer in lower class filter driver! (Drivers) by sd
- Class Filter Driver & Device Filter Driver (Drivers) by Megasus

