Skip to content

Commit

Permalink
(hybris) bluetooth: Disable bt_power rfkill
Browse files Browse the repository at this point in the history
This prevents issues with rfkill and Android blob when using bluebinder.
  • Loading branch information
mlehtima authored and krnlyng committed Jun 20, 2019
1 parent c14a254 commit a0b681b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/bluetooth/bluetooth-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,11 @@ static int bt_power_probe(struct platform_device *pdev)
goto free_pdata;
}

// hybris: disable rfkill for now
#if 0
if (bluetooth_power_rfkill_probe(pdev) < 0)
goto free_pdata;
#endif

btpdev = pdev;

Expand Down

0 comments on commit a0b681b

Please sign in to comment.