diff options
Diffstat (limited to 'drivers/usb/host/isp1760-hcd.c')
-rw-r--r-- | drivers/usb/host/isp1760-hcd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/host/isp1760-hcd.c b/drivers/usb/host/isp1760-hcd.c index 51a0ae9cdd1d..e752c3098f38 100644 --- a/drivers/usb/host/isp1760-hcd.c +++ b/drivers/usb/host/isp1760-hcd.c | |||
@@ -1760,7 +1760,7 @@ static int isp1760_hub_status_data(struct usb_hcd *hcd, char *buf) | |||
1760 | 1760 | ||
1761 | /* | 1761 | /* |
1762 | * Return status information even for ports with OWNER set. | 1762 | * Return status information even for ports with OWNER set. |
1763 | * Otherwise khubd wouldn't see the disconnect event when a | 1763 | * Otherwise hub_wq wouldn't see the disconnect event when a |
1764 | * high-speed device is switched over to the companion | 1764 | * high-speed device is switched over to the companion |
1765 | * controller by the user. | 1765 | * controller by the user. |
1766 | */ | 1766 | */ |
@@ -1871,7 +1871,7 @@ static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, | |||
1871 | 1871 | ||
1872 | /* | 1872 | /* |
1873 | * Even if OWNER is set, so the port is owned by the | 1873 | * Even if OWNER is set, so the port is owned by the |
1874 | * companion controller, khubd needs to be able to clear | 1874 | * companion controller, hub_wq needs to be able to clear |
1875 | * the port-change status bits (especially | 1875 | * the port-change status bits (especially |
1876 | * USB_PORT_STAT_C_CONNECTION). | 1876 | * USB_PORT_STAT_C_CONNECTION). |
1877 | */ | 1877 | */ |
@@ -2000,7 +2000,7 @@ static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, | |||
2000 | reg_read32(hcd->regs, HC_PORTSC1)); | 2000 | reg_read32(hcd->regs, HC_PORTSC1)); |
2001 | } | 2001 | } |
2002 | /* | 2002 | /* |
2003 | * Even if OWNER is set, there's no harm letting khubd | 2003 | * Even if OWNER is set, there's no harm letting hub_wq |
2004 | * see the wPortStatus values (they should all be 0 except | 2004 | * see the wPortStatus values (they should all be 0 except |
2005 | * for PORT_POWER anyway). | 2005 | * for PORT_POWER anyway). |
2006 | */ | 2006 | */ |