1. 12 Mar, 2020 1 commit
    • Sean Young's avatar
      media: rc: make scancodes 64 bit · e6c6d7d4
      Sean Young authored
      There are many protocols that encode more than 32 bit. We want 64 bit
      support so that BPF IR decoders can decode more than 32 bit. None of
      the existing kernel IR decoders/encoders support 64 bit, for now.
      
      The MSC_SCAN event can only contain 32 bit scancodes, so we only generate
      MSC_SCAN events if the scancode fits into 32 bits. The full 64 bit
      scancode can be read from the lirc chardev.
      Signed-off-by: default avatarSean Young <sean@mess.org>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
      e6c6d7d4
  2. 05 Mar, 2020 21 commits
  3. 02 Mar, 2020 18 commits