Merge pull request #4534 from chewitt/bt-fix

brcmfmac_sdio-firmware linux: set bluetooth power up
This commit is contained in:
Lukas Rusak
2015-12-28 00:34:43 -08:00

View File

@@ -0,0 +1,5 @@
################################################################################
# udev rule to set bluetooth power up
################################################################################
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up"