USB: Disable hub-initiated LPM for comms devices.
[deliverable/linux.git] / drivers / bluetooth / ath3k.c
index 57fd867553d7ab1dc5fcf1737e3c19e8d8181257..2812b152d6e953acacf19106d737bec7f84f127c 100644 (file)
@@ -439,6 +439,7 @@ static struct usb_driver ath3k_driver = {
        .probe          = ath3k_probe,
        .disconnect     = ath3k_disconnect,
        .id_table       = ath3k_table,
+       .disable_hub_initiated_lpm = 1,
 };
 
 module_usb_driver(ath3k_driver);
This page took 0.034353 seconds and 5 git commands to generate.