IRP_MN_QUERY_DEVICE_RELATION problem

  • Thread starter Thread starter chandrakant.tripathi
  • Start date Start date
C

chandrakant.tripathi

I am making virtual bus driver for software USB device. I am facing
following
problem in "TargetDeviceRelation" while handling
IRP_MN_QUERY_DEVICE_RELATION

1) Should i create Device Object here.
2) And is yes then what should i give in fourth parameter that is
"Device Type"
as this can be any type of software USB device.

So how does USB bus driver handle this type os situations.

Thanks in Advance
Chandrakant
 
I am making virtual bus driver for software USB device. I am facing
following
problem in "TargetDeviceRelation" while handling
IRP_MN_QUERY_DEVICE_RELATION

1) Should i create Device Object here.
2) And is yes then what should i give in fourth parameter that is
"Device Type"
as this can be any type of software USB device.

So how does USB bus driver handle this type os situations.

Thanks in Advance
Chandrakant
This is a programmer question that should be addressed to a programmer
newsgroup. Sorry, this newsgroup is not one.
Jim
 

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

Similar Threads

PnP IRPS 1
USB weird happenings 10
Can't recognize PS/2 and USB at same time 10
USB Driver Problem 2
PCI bus driver 0
SIM card USB PnP Windows device driver 6
USB complains about not being high speed. 11
Virtual COM port 1

Back
Top