diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-09-16 13:58:15 -0400 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-11-09 00:55:27 -0200 |
commit | 556ea928f78a390fe16ae584e6433dff304d3014 (patch) | |
tree | e1427410b6ad41b4c1a63e8f202d77e3036fbe41 /drivers/bluetooth | |
parent | bdb7524a75e4716535a29abb314a82619301e068 (diff) | |
download | linux-3.10-556ea928f78a390fe16ae584e6433dff304d3014.tar.gz linux-3.10-556ea928f78a390fe16ae584e6433dff304d3014.tar.bz2 linux-3.10-556ea928f78a390fe16ae584e6433dff304d3014.zip |
Bluetooth: Enable USB autosuspend by default on btusb
We've done this for a while in Fedora without any obvious problems other
than some interaction with input devices. Those should be fixed now, so
let's try this in mainline.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'drivers/bluetooth')
-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 d120a5c1c09..b2f28845931 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -1029,6 +1029,8 @@ static int btusb_probe(struct usb_interface *intf, usb_set_intfdata(intf, data); + usb_enable_autosuspend(interface_to_usbdev(intf)); + return 0; } |