summaryrefslogtreecommitdiffstats
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 50aed5259c2b..342e1de6bcba 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -3184,6 +3184,7 @@ static int btusb_probe(struct usb_interface *intf,
3184#ifdef CONFIG_BT_HCIBTUSB_RTL 3184#ifdef CONFIG_BT_HCIBTUSB_RTL
3185 if (id->driver_info & BTUSB_REALTEK) { 3185 if (id->driver_info & BTUSB_REALTEK) {
3186 hdev->setup = btrtl_setup_realtek; 3186 hdev->setup = btrtl_setup_realtek;
3187 hdev->shutdown = btrtl_shutdown_realtek;
3187 3188
3188 /* Realtek devices lose their updated firmware over suspend, 3189 /* Realtek devices lose their updated firmware over suspend,
3189 * but the USB hub doesn't notice any status change. 3190 * but the USB hub doesn't notice any status change.