1. 23 May, 2022 1 commit
  2. 20 May, 2022 4 commits
  3. 19 May, 2022 1 commit
  4. 08 Mar, 2022 1 commit
  5. 14 Dec, 2021 4 commits
  6. 26 Oct, 2021 4 commits
  7. 11 Oct, 2021 2 commits
  8. 01 Apr, 2021 1 commit
  9. 22 Feb, 2021 19 commits
  10. 05 Feb, 2021 1 commit
    • Benjamin Berg's avatar
      synaptics: Fix lost messages when sequence counter overflows · 96670305
      Benjamin Berg authored
      The device will always use sequence number 0 for certain messages. We
      use this knowledge to filter the messages and assume that it is one of
      these special messages rather than a response to a command.
      
      However, we could end up sending a command with a sequence counter of 0
      which would result in the response being ignored. Fix this by ensuring
      we correctly wrap from 255 to 1 instead of 0.
      
      Fixes: #358
      96670305
  11. 04 Feb, 2021 1 commit
  12. 02 Feb, 2021 1 commit
    • fengqiangguo's avatar
      goodixmoc: support power button shield feature · 3bb38e2f
      fengqiangguo authored
      Some OEM will integrate fingerprint device with powerButton. It's
      possible that a user may press the power button during fingerprint
      enroll or identify. This would lead to unintended PC shutdown or
      hibernation. We add pwr_btn_shield cmd  and related process to shield
      the power button function when the fingerprint functionality (enroll and
      identify) is used and restore power button function afterwards.
      3bb38e2f