Skip to content
Snippets Groups Projects
  1. Feb 26, 2014
  2. Feb 25, 2014
  3. Feb 23, 2014
    • Peter Hutterer's avatar
      Hook up libevdev as backend · f925cee8
      Peter Hutterer authored
      
      libevdev wraps the various peculiarities of the evdev kernel API into a
      type-safe API. It also buffers the device so checking for specific features at
      a later time is easier than re-issuing the ioctls. Plus, it gives us almost
      free support for SYN_DROPPED events (in the following patch).
      
      This patch switches all the bit checks over to libevdev and leaves the event
      processing as-is. Makes it easier to review.
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      Reviewed-by: default avatarJonas Ådahl <jadahl@gmail.com>
      f925cee8
  4. Feb 21, 2014
  5. Feb 20, 2014
  6. Feb 19, 2014
  7. Feb 18, 2014
  8. Feb 17, 2014
  9. Feb 10, 2014
  10. Feb 05, 2014
  11. Feb 03, 2014
Loading