diff options
-rw-r--r-- | drivers/bluetooth/btusb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index d120a5c1c093..b2f288459317 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -1029,6 +1029,8 @@ static int btusb_probe(struct usb_interface *intf, | |||
1029 | 1029 | ||
1030 | usb_set_intfdata(intf, data); | 1030 | usb_set_intfdata(intf, data); |
1031 | 1031 | ||
1032 | usb_enable_autosuspend(interface_to_usbdev(intf)); | ||
1033 | |||
1032 | return 0; | 1034 | return 0; |
1033 | } | 1035 | } |
1034 | 1036 | ||