Files
Arch-R/packages/sysutils/atvclient/udev.d/98-appleir.rules
Matthias Reichl 22641200fb atvclient: enable wakeup by Apple IR remote
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-11-09 09:16:52 +01:00

5 lines
176 B
Plaintext

ACTION=="add", SUBSYSTEM=="usb", \
ATTR{idVendor}=="05ac", ATTR{idProduct}=="824[012]", \
RUN+="wakeup_enable", \
TAG+="systemd", ENV{SYSTEMD_WANTS}+="atvclient.service"