Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. IR setup
  2. #   Setup a custom keycode to wake the N2 from suspend or poweroff
  3. #   You can stop kodi and eventlircd and use "ir-keytable -u" to obtain a compa>
  4. #   IR keycode
  5. #
  6. # remotewakeup='0xbf40fe01'
  7. #
  8. #   decode_type can be one of the following:
  9. #   NEC='0x0', DUOKAN='0x1', TOSHIBA='0x2', RCA='0x3', RC5='0x4', RC6A='0x5', N>
  10. #   NEC_RCA_2IN1='0x7', RCMM='0x8', NEC_RC5_2IN1='0x9', NEC_RC5_2IN1='0xa', RC6>
  11. #
  12. # decode_type='0x0' # NEC
  13. #
  14. #   remote power key mask:
  15. #   Some IR protocols implement a toggle bit, this can be ignored by the "and" >
  16. #   RC5='0x37ff', RC6='0x1effff', RC6A='0xffff7fff'
  17. #
  18. # remotewakeupmask='0xffffffff'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement