Skip to content

Commit

Permalink
add udev rule and empty evmap for flirc
Browse files Browse the repository at this point in the history
  • Loading branch information
seahawk1986 committed Aug 4, 2021
1 parent dddbc28 commit c8804b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added evmaps/flirc.evmap
Empty file.
5 changes: 5 additions & 0 deletions udev/98-eventlircd.rules
Expand Up @@ -168,6 +168,11 @@ ENV{ID_VENDOR_ID}=="1784", ENV{ID_MODEL_ID}=="0004", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="default.evmap"

# FLIRC receiver
ENV{ID_VENDOR_ID}=="20a0", ENV{ID_MODEL_ID}=="0006", \
ENV{eventlircd_enable}="true", \
ENV{eventlircd_evmap}="flirc.evmap"

# Enable wake-on-usb for the USB remotes.
ENV{eventlircd_enable}=="true", RUN+="wakeup_enable"

Expand Down

0 comments on commit c8804b8

Please sign in to comment.