amlogic/bluetooth: Turn BT device on after probe
authorRadostan Riedel <raybuntu@googlemail.com>
Fri, 26 Jan 2018 20:55:36 +0000 (21:55 +0100)
committerNick Xie <nick@khadas.com>
Fri, 12 Jul 2019 05:37:07 +0000 (13:37 +0800)
drivers/amlogic/bluetooth/bt_device.c

index c926f13..add4ad9 100644 (file)
@@ -326,6 +326,7 @@ static int bt_probe(struct platform_device *pdev)
        register_early_suspend(&bt_early_suspend);
 #endif
 
+       bt_device_on(pdata);
        return 0;
 
 err_rfkill: