mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
6 lines
266 B
Plaintext
6 lines
266 B
Plaintext
################################################################################
|
|
# udev rule to set bluetooth power up
|
|
################################################################################
|
|
|
|
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 up"
|