/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

  1. ACTION!="add|change", GOTO="end"
  2. KERNEL=="hci[0-9]*", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig %k up"
  3. KERNEL=="hci[0-9]*", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig %k lm master"
  4. LABEL="end"