diff options
Diffstat (limited to 'kernel/include/linux/usb.h')
-rw-r--r-- | kernel/include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/linux/usb.h b/kernel/include/linux/usb.h index b79925dd2..12891ffd4 100644 --- a/kernel/include/linux/usb.h +++ b/kernel/include/linux/usb.h @@ -1068,7 +1068,7 @@ struct usbdrv_wrap { * for interfaces bound to this driver. * @soft_unbind: if set to 1, the USB core will not kill URBs and disable * endpoints before calling the driver's disconnect method. - * @disable_hub_initiated_lpm: if set to 0, the USB core will not allow hubs + * @disable_hub_initiated_lpm: if set to 1, the USB core will not allow hubs * to initiate lower power link state transitions when an idle timeout * occurs. Device-initiated USB 3.0 link PM will still be allowed. * |