aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 81f12757a842..de4cf4daa2f4 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -1619,6 +1619,7 @@ static struct usb_driver btusb_driver = {
1619#ifdef CONFIG_PM 1619#ifdef CONFIG_PM
1620 .suspend = btusb_suspend, 1620 .suspend = btusb_suspend,
1621 .resume = btusb_resume, 1621 .resume = btusb_resume,
1622 .reset_resume = btusb_resume,
1622#endif 1623#endif
1623 .id_table = btusb_table, 1624 .id_table = btusb_table,
1624 .supports_autosuspend = 1, 1625 .supports_autosuspend = 1,