Hi there!
I’m developing a USB HID device, and I would like to know more infos about CM_DEVCAP_SILENTINSTALL flag. I read all the USB documentation and I did not find any information regarding this flag. Does anybody know where in the device descriptor I change this flag
Thank you so much!
Lucas M. Bracher

CM_DEVCAP_SILENTINSTALL
Christina Tabet
Furthermore
A DEVICE_CAPABILITIES structure describes PnP and power capabilities of a device. This structure is returned in response to an IRP_MN_QUERY_CAPABILITIES IRP.
and CM_DEVCAP_SILENTINSTALL correspond to --
Check these 2 links : http://msdn2.microsoft.com/en-us/library/ms792967.aspx
http://msdn2.microsoft.com/en-us/library/aa491648.aspx