USB: Disable hub-initiated LPM for comms devices.
[deliverable/linux.git] / drivers / isdn / hardware / mISDN / hfcsusb.c
index 8cde2a0538ab862f65b36411d4c3f06d2e0ec45e..cddb769a8b123de3cf89d0cf351c182302f00680 100644 (file)
@@ -2151,6 +2151,7 @@ static struct usb_driver hfcsusb_drv = {
        .id_table = hfcsusb_idtab,
        .probe = hfcsusb_probe,
        .disconnect = hfcsusb_disconnect,
+       .disable_hub_initiated_lpm = 1,
 };
 
 module_usb_driver(hfcsusb_drv);
This page took 0.072619 seconds and 5 git commands to generate.