diff options
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/ath3k.c | 1 | ||||
| -rw-r--r-- | drivers/bluetooth/bcm203x.c | 1 | ||||
| -rw-r--r-- | drivers/bluetooth/bfusb.c | 1 | ||||
| -rw-r--r-- | drivers/bluetooth/bpa10x.c | 1 | ||||
| -rw-r--r-- | drivers/bluetooth/btusb.c | 1 | 
5 files changed, 5 insertions, 0 deletions
diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c index 57fd867553d..2812b152d6e 100644 --- a/drivers/bluetooth/ath3k.c +++ b/drivers/bluetooth/ath3k.c @@ -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); diff --git a/drivers/bluetooth/bcm203x.c b/drivers/bluetooth/bcm203x.c index 1e742a50e2c..37ae175162f 100644 --- a/drivers/bluetooth/bcm203x.c +++ b/drivers/bluetooth/bcm203x.c @@ -279,6 +279,7 @@ static struct usb_driver bcm203x_driver = {  	.probe		= bcm203x_probe,  	.disconnect	= bcm203x_disconnect,  	.id_table	= bcm203x_table, +	.disable_hub_initiated_lpm = 1,  };  module_usb_driver(bcm203x_driver); 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); diff --git a/drivers/bluetooth/bpa10x.c b/drivers/bluetooth/bpa10x.c index d894340a760..609861a53c2 100644 --- a/drivers/bluetooth/bpa10x.c +++ b/drivers/bluetooth/bpa10x.c @@ -508,6 +508,7 @@ static struct usb_driver bpa10x_driver = {  	.probe		= bpa10x_probe,  	.disconnect	= bpa10x_disconnect,  	.id_table	= bpa10x_table, +	.disable_hub_initiated_lpm = 1,  };  module_usb_driver(bpa10x_driver); diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 9217121362e..461c68bc4dd 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -1218,6 +1218,7 @@ static struct usb_driver btusb_driver = {  #endif  	.id_table	= btusb_table,  	.supports_autosuspend = 1, +	.disable_hub_initiated_lpm = 1,  };  module_usb_driver(btusb_driver);  |