Skip to content
Snippets Groups Projects
  1. Feb 01, 2021
  2. Jan 29, 2021
  3. Jan 28, 2021
  4. Jan 18, 2021
  5. Jan 14, 2021
  6. Jan 07, 2021
  7. Jan 06, 2021
  8. Jan 04, 2021
  9. Dec 16, 2020
  10. Dec 15, 2020
  11. Dec 14, 2020
  12. Dec 09, 2020
  13. Dec 07, 2020
  14. Nov 25, 2020
    • Peter Hutterer's avatar
      tablet: disable smoothing for AES devices · a506d092
      Peter Hutterer authored
      Data in
      libinput/libinput#225 (comment 379034)
      
      
      suggests that AES devices have lower noise than the older EMR
      devices, so let's try disabling it for those devices.
      
      We can't directly get the AES devices in libinput unless we want to add a
      whole bunch of quirks for the various vid/pid combinations. But we can get
      that info from libwacom, primarily because we know that libwacom will list all
      known AES pens for any device. So we can check for one that we know of (0x11)
      and if it's in the list, the tablet is an AES tablet.
      
      Setting the history size to 1 means we never do any actual smoothing.
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      a506d092
  15. Nov 24, 2020
  16. Nov 23, 2020
  17. Nov 16, 2020
  18. Nov 12, 2020
  19. Nov 11, 2020
Loading