/packages/network/bluez/udev.d/09-bluetooth.rules
http://github.com/OpenELEC/OpenELEC.tv · Snakemake · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · c4e306e35c9ac00c2467c50297496b3c MD5 · raw file
- 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"