hotplug: Add a hotplug_poll backend function
[platform/upstream/libusb.git] / libusb / os / windows_usb.c
index 6d06128..63357b1 100644 (file)
@@ -2270,6 +2270,7 @@ const struct usbi_os_backend windows_backend = {
        windows_exit,
 
        windows_get_device_list,
+       NULL,                           /* hotplug_poll */
        windows_open,
        windows_close,