How to load as lower filter driver on Both USBHUB.sys and USBHUB3.sys?

I want to load as filter driver on Both USBHUB.sys and USBHUB3.sys how to achieve that. can this be done using single INF file?

Thanks
Ramanagouda

xxxxx@yahoo.com wrote:

I want to load as filter driver on Both USBHUB.sys and USBHUB3.sys how to achieve that. can this be done using single INF file?

You don’t load filters for a driver. You load filters for devices or
for device classes. You don’t actually need an INF file for either one
of those – you can do it with a relatively simple application. You can
create an INF for a class filter, but not for a device filter.

So, what exactly do you want to filter?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.