diff options
Diffstat (limited to 'drivers/bluetooth/bfusb.c')
| -rw-r--r-- | drivers/bluetooth/bfusb.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c index b8ac1c549a1..32e825144fe 100644 --- a/drivers/bluetooth/bfusb.c +++ b/drivers/bluetooth/bfusb.c @@ -749,6 +749,7 @@ static struct usb_driver bfusb_driver = {  	.probe		= bfusb_probe,  	.disconnect	= bfusb_disconnect,  	.id_table	= bfusb_table, +	.disable_hub_initiated_lpm = 1,  };  module_usb_driver(bfusb_driver);  |