USB: Disable hub-initiated LPM for comms devices.
[deliverable/linux.git] / drivers / net / usb / cdc_ncm.c
index 7adc9f6b0ea184bf7580ec42f85499f46545cff9..4b9513fcf27539953704630475f7754b5e3a7eb4 100644 (file)
@@ -1212,6 +1212,7 @@ static struct usb_driver cdc_ncm_driver = {
        .resume = usbnet_resume,
        .reset_resume = usbnet_resume,
        .supports_autosuspend = 1,
+       .disable_hub_initiated_lpm = 1,
 };
 
 static const struct ethtool_ops cdc_ncm_ethtool_ops = {
This page took 0.027448 seconds and 5 git commands to generate.