diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c index 73ad4af48703..7feb25559e07 100644 --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c @@ -1197,7 +1197,7 @@ static void hub_activate(struct usb_hub *hub, enum hub_activation_type type) */ if (portchange || (hub_is_superspeed(hub->hdev) && port_resumed)) - set_bit(port1, hub->change_bits); + set_bit(port1, hub->event_bits); } else if (udev->persist_enabled) { #ifdef CONFIG_PM