diff options
Diffstat (limited to 'drivers/usb/host/uhci-hub.c')
| -rw-r--r-- | drivers/usb/host/uhci-hub.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hub.c b/drivers/usb/host/uhci-hub.c index ddb19cbf4b7..fc34fee2ab0 100644 --- a/drivers/usb/host/uhci-hub.c +++ b/drivers/usb/host/uhci-hub.c @@ -60,7 +60,7 @@ static int uhci_hub_status_data(struct usb_hcd *hcd, char *buf)  				test_bit(port, &uhci->port_c_suspend))  			*buf |= (1 << (port + 1));  	} -	if (*buf && uhci->state == UHCI_SUSPENDED) +	if (*buf && uhci->is_stopped)  		uhci->resume_detect = 1;  	return !!*buf;  }  |