diff options
Diffstat (limited to 'drivers/usb/wusbcore/wa-hc.h')
-rw-r--r-- | drivers/usb/wusbcore/wa-hc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/wusbcore/wa-hc.h b/drivers/usb/wusbcore/wa-hc.h index f2a8d29e17b9..edc7267157f3 100644 --- a/drivers/usb/wusbcore/wa-hc.h +++ b/drivers/usb/wusbcore/wa-hc.h | |||
@@ -64,7 +64,7 @@ | |||
64 | * | 64 | * |
65 | * Note much of the activity is difficult to follow. For example a | 65 | * Note much of the activity is difficult to follow. For example a |
66 | * device connect goes to devconnect, which will cause the "fake" root | 66 | * device connect goes to devconnect, which will cause the "fake" root |
67 | * hub port to show a connect and stop there. Then khubd will notice | 67 | * hub port to show a connect and stop there. Then hub_wq will notice |
68 | * and call into the rh.c:hwahc_rc_port_reset() code to authenticate | 68 | * and call into the rh.c:hwahc_rc_port_reset() code to authenticate |
69 | * the device (and this might require user intervention) and enable | 69 | * the device (and this might require user intervention) and enable |
70 | * the port. | 70 | * the port. |