hidusb filter driver

B

barista9

Hi,
I'm running into problems with a filter driver that I install as a
lower filter under hidusb. I've had a setup working ok forever. But
now with a dual core machine running XP sp4, unplugging a hid device
risk to create a BSOD somewhere, with a CORRUPTED_POOL bugcheck.

I've tried replacing my filter with the one from W. Oney's book. Same
thing. It seems the filter never gets the IRP_MN_REMOVE, but only the
SURPRISE_REMOVE.

I'm looking for people having experienced something similar or know
something about the hidusb under MP machines or any clue on how to
debug further.

thank!
 
D

Doron Holan [MSFT]

enable driver verifier on your driver and repro. the bugcheck also gives
you the pool that was corrupted, it up to you to look at it and figure out
what you are doing.

d
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top