diff --git a/packages/sysutils/atvclient/udev.d/98-appleir.rules b/packages/sysutils/atvclient/udev.d/98-appleir.rules index 6a0b732f44..420e7af0dc 100644 --- a/packages/sysutils/atvclient/udev.d/98-appleir.rules +++ b/packages/sysutils/atvclient/udev.d/98-appleir.rules @@ -1,3 +1,4 @@ ACTION=="add", SUBSYSTEM=="usb", \ ATTR{idVendor}=="05ac", ATTR{idProduct}=="824[012]", \ + RUN+="wakeup_enable", \ TAG+="systemd", ENV{SYSTEMD_WANTS}+="atvclient.service" diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf index 18af9e5646..6e9f837156 100644 --- a/projects/Generic/linux/linux.x86_64.conf +++ b/projects/Generic/linux/linux.x86_64.conf @@ -3827,7 +3827,7 @@ CONFIG_HID_GENERIC=y CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=y -CONFIG_HID_APPLEIR=y +CONFIG_HID_APPLEIR=m CONFIG_HID_AUREAL=y CONFIG_HID_BELKIN=y # CONFIG_HID_BETOP_FF is not set