brcmfmac_sdio-firmware linux: set bluetooth power up

this fixes #3926
This commit is contained in:
Peter Vicman 2015-12-25 12:03:22 +01:00 committed by chewitt
parent 2b0ee68379
commit 5172406131

View File

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