Merge pull request #4528 from vpeter4/sr-bt

thanks :)
This commit is contained in:
Christian Hewitt 2015-12-25 16:16:51 +04:00
commit 961954fcb9

View File

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