-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotplug support #44
Comments
Please clarify what exactly you mean by hotplug. Do you mean generating a callback when a new device is enumerated ? |
Yes, something along that line -- notification about device hotplug event. libusbK hotplug APIs: libusb-1.0 hotplug APIs: (not yet implemented on Windows platform) |
@mcuee : Quick question: what about fully implementing hotplug directly inside libusb-1.0 (supposing it is possible using win32-like API)? |
I think typical hotplug implementation is in the user mode side and not on the kernel side. For example you can look at libusbK. BTW, libusb-win32 API (libusb0.dll) is a superset of libusb-0.1, so it is not compatible with libusb-1.0 API. |
Please check if this is worth the efforts or not, if not, we can close this issue as not planned. |
We can still provide hotplug support to libusb-1.0 in the future I think, so lets keep this one open for now. |
It may be good to provide hotplug support.
As of now, libusb-win32 does not support hotplug. libusb-1.0 does not support hotplug under Windows.
libusbK has hotplug support.
The text was updated successfully, but these errors were encountered: