Is there any good tool or api to detect if installed USB devices support
selective
suspend or not .
If device supports USB suspend , can we detect if it fully or partially
supports ?
Thank for your teaching .
There's not much you can do to query for selective suspend support. USB
device descriptors don't indicate support for selective suspend or lack
thereof. Similarly USB device drivers don't have to indicate to the OS
whether their device supports selective suspend. Some of the drivers
that support selective suspend will allow you to disable selective
suspend via Device Manager property page (WMI).
What do you mean by partial support for selective suspend, vs. full support?