aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fotg210-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/fotg210-hcd.c')
-rw-r--r--drivers/usb/host/fotg210-hcd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/usb/host/fotg210-hcd.c b/drivers/usb/host/fotg210-hcd.c
index adcd2050dced..3de1278677d0 100644
--- a/drivers/usb/host/fotg210-hcd.c
+++ b/drivers/usb/host/fotg210-hcd.c
@@ -1483,7 +1483,7 @@ fotg210_hub_status_data(struct usb_hcd *hcd, char *buf)
1483 1483
1484 /* 1484 /*
1485 * Return status information even for ports with OWNER set. 1485 * Return status information even for ports with OWNER set.
1486 * Otherwise khubd wouldn't see the disconnect event when a 1486 * Otherwise hub_wq wouldn't see the disconnect event when a
1487 * high-speed device is switched over to the companion 1487 * high-speed device is switched over to the companion
1488 * controller by the user. 1488 * controller by the user.
1489 */ 1489 */
@@ -1572,7 +1572,7 @@ static int fotg210_hub_control(
1572 1572
1573 /* 1573 /*
1574 * Even if OWNER is set, so the port is owned by the 1574 * Even if OWNER is set, so the port is owned by the
1575 * companion controller, khubd needs to be able to clear 1575 * companion controller, hub_wq needs to be able to clear
1576 * the port-change status bits (especially 1576 * the port-change status bits (especially
1577 * USB_PORT_STAT_C_CONNECTION). 1577 * USB_PORT_STAT_C_CONNECTION).
1578 */ 1578 */
@@ -1723,7 +1723,7 @@ static int fotg210_hub_control(
1723 } 1723 }
1724 1724
1725 /* 1725 /*
1726 * Even if OWNER is set, there's no harm letting khubd 1726 * Even if OWNER is set, there's no harm letting hub_wq
1727 * see the wPortStatus values (they should all be 0 except 1727 * see the wPortStatus values (they should all be 0 except
1728 * for PORT_POWER anyway). 1728 * for PORT_POWER anyway).
1729 */ 1729 */
@@ -5445,7 +5445,7 @@ static irqreturn_t fotg210_irq(struct usb_hcd *hcd)
5445 fotg210->reset_done[0] == 0) { 5445 fotg210->reset_done[0] == 0) {
5446 5446
5447 /* start 20 msec resume signaling from this port, 5447 /* start 20 msec resume signaling from this port,
5448 * and make khubd collect PORT_STAT_C_SUSPEND to 5448 * and make hub_wq collect PORT_STAT_C_SUSPEND to
5449 * stop that signaling. Use 5 ms extra for safety, 5449 * stop that signaling. Use 5 ms extra for safety,
5450 * like usb_port_resume() does. 5450 * like usb_port_resume() does.
5451 */ 5451 */