1. 21 Jan, 2017 1 commit
    • Hans de Goede's avatar
      Input: soc_button_array - debounce the buttons · 5c4fa2a6
      Hans de Goede authored
      The soc_button_array driver was initializing (kzalloc) the
      debounce_interval value to 0, leading to no debouncing at all,
      while the buttons are simple mechanical switches.
      
      This commit sets debounce_interval to 50ms to avoid spurious button
      press reports both on press and release of the button. Note 50ms may
      seem like a lot but soc_button_array is typically used with cheap
      tablets, with not so great buttons. I tried 10ms on my tablet and it
      is not enough, where as 50ms works well.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
      5c4fa2a6
  2. 18 Jan, 2017 16 commits
  3. 17 Jan, 2017 1 commit
  4. 15 Jan, 2017 7 commits
  5. 06 Jan, 2017 6 commits
  6. 27 Dec, 2016 1 commit
  7. 18 Dec, 2016 1 commit
  8. 16 Dec, 2016 2 commits
  9. 12 Dec, 2016 5 commits