# For Bluetooth/Wiimote
  KERNEL=="uinput", MODE="0660", GROUP="mythtv"

# Automaticly bring up/down the bluetooth interface
  ACTION=="add", KERNEL=="hci%n", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig hci%n up"
  ACTION=="remove", KERNEL=="hci%n", SUBSYSTEM=="bluetooth", RUN+="/usr/sbin/hciconfig hci%n down"