Signal USB device arrivals to PnP manager
[reactos.git] / reactos / drivers / usb / usbport / hub.c
index e3732ff..a348315 100644 (file)
@@ -1053,6 +1053,7 @@ static void hub_port_connect_change(struct usb_hub *hubstate, int port,
                /* Run it through the hoops (find a driver, etc) */
                if (!usb_new_device(dev, &hub->dev)) {
                        hub->children[port] = dev;
+                       usbfs_add_device(dev);
                        goto done;
                }