mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
bluez: add udev rule to configure bluez on boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
07e4d30a18
commit
8157b4d9c5
6
packages/network/bluez/udev.d/09-bluetooth.rules
Normal file
6
packages/network/bluez/udev.d/09-bluetooth.rules
Normal file
@ -0,0 +1,6 @@
|
||||
ACTION!="add|change", GOTO="end"
|
||||
|
||||
KERNEL=="hci[0-9]*", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig %k up"
|
||||
KERNEL=="hci[0-9]*", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig %k lm master"
|
||||
|
||||
LABEL="end"
|
Loading…
x
Reference in New Issue
Block a user