libimobiledevice / libirecovery

Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux
https://libimobiledevice.org
GNU Lesser General Public License v2.1
550 stars 207 forks source link

Modify the USB device traversal mode to system notification mode #115

Closed AiXanadu closed 1 year ago

AiXanadu commented 1 year ago

On Windows, the system provides interfaces that allow top-level windows to get device disconnect notifications. Using this interface can avoid calling the setupapi series of interfaces circularly.

nikias commented 1 year ago

There must be another way to achieve this. I won't have a library create a window, even if invisible.