Yeah I am working on a virtual hub driver, but what’s happening is we are
getting all the configuration descriptors and we reply back properly without
any issues. Now that the child drivers doesn’t get started at all, here for
these child device objects we don’t have any control to create the
Compatible Id’s as this has to be taken care by the interface specific
drivers I believe.
Tim as of now I am trying to make the Logitech webcam work as an virtual
device, but I haven’t understood what you were saying about “In those
classes, there is always a control interface and a streaming interface that
are related to each other – they are not exposed as two separate PnP ids.”
Can you please clarify more on this???
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Tim Roberts
Sent: Thursday, November 01, 2007 1:25 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] Query on child drivers of USB Composite Driver?
Vishwanath Maram wrote:
I have a basic question on when exactly the child drivers (I mean
different class specific drivers) gets started after Microsoft
Composite driver has found that this device is a generic device.
Here in my case after the Microsoft (usbccgp.sys) composite driver has
started and it show the “exclamation” on the class specific drivers
and it displays “code 10”, so does these drivers also get
IRP_MN_START_DEVICE for the child drivers???
Will be great if some one can clarify me on this???
I’m not sure I understand the question. Code 10 means the driver failed
to start. Either the configuration was wrong and it couldn’t find the
.sys file, or it tried to start it and the driver failed the start
request, or something similar to that.
You’re working on the virtual hub device, right? Remember that certain
composite devices are treated specially. Audio and video class devices,
for example. In those classes, there is always a control interface and
a streaming interface that are related to each other – they are not
exposed as two separate PnP ids.
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer
This message, together with any attachment(s), contains confidential and proprietary information of
ServerEngines LLC and is intended only for the designated recipient(s) named above. Any unauthorized
review, printing, retention, copying, disclosure or distribution is strictly prohibited. If you are not the
intended recipient of this message, please immediately advise the sender by reply email message and
delete all copies of this message and any attachment(s). Thank you.