This is may seem a rather dumb question but..
I have a filter driver for a usb composite device.On attaching the usb
device,Windbg shows that my driver is loaded and I can see DbgPrint outputs
of my driver but when I look in the properties of my device in Device Manager
and see driver page,it only mentions the standard Windows driver(usbhub.sys)
and does not tell about my filter driver .In my inf file I tell Windows to
load the standard driver and then also load my filter driver ... what is
wrong here ?
TIA

Re: filter driver confusion by Mark

Mark
Wed Feb 16 06:07:53 CST 2005

shadab wrote:
> This is may seem a rather dumb question but..
> I have a filter driver for a usb composite device.On attaching the usb
> device,Windbg shows that my driver is loaded and I can see DbgPrint outputs
> of my driver but when I look in the properties of my device in Device Manager
> and see driver page,it only mentions the standard Windows driver(usbhub.sys)
> and does not tell about my filter driver .In my inf file I tell Windows to
> load the standard driver and then also load my filter driver ... what is
> wrong here ?
> TIA

Devmanager reports the function driver not the filter driver. What would
you like it to report if there were 27 filter drivers along with yours?
All 28 plus the function driver?

--

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

Re: filter driver confusion by shadab

shadab
Wed Feb 16 22:25:01 CST 2005


Thanks Mark
That was what I was thinking but I got confused by the fact that the
camera (Imaging device) dev manager Driver properties page listed the
function,filter driver as well as the dlls .....

"Mark Roddy" wrote:

> shadab wrote:
> > This is may seem a rather dumb question but..
> > I have a filter driver for a usb composite device.On attaching the usb
> > device,Windbg shows that my driver is loaded and I can see DbgPrint outputs
> > of my driver but when I look in the properties of my device in Device Manager
> > and see driver page,it only mentions the standard Windows driver(usbhub.sys)
> > and does not tell about my filter driver .In my inf file I tell Windows to
> > load the standard driver and then also load my filter driver ... what is
> > wrong here ?
> > TIA
>
> Devmanager reports the function driver not the filter driver. What would
> you like it to report if there were 27 filter drivers along with yours?
> All 28 plus the function driver?
>
> --
>
> =====================
> Mark Roddy DDK MVP
> Windows 2003/XP/2000 Consulting
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
>