Skip to content
Snippets Groups Projects
  1. Nov 10, 2020
    • Simon McVittie's avatar
      input-device: Add skeleton API for enumeration and monitoring · a08464d9
      Simon McVittie authored
      
      This includes:
      
      * a public interface implemented by input device monitors
      * a public interface to be implemented by the input devices they signal
      * a mock implementation for unit-testing
      * a unit test for the API
      * a simple implementation in terms of inotify on /dev
      * a monitor that can print input devices in JSON format on stdout,
        and optionally monitor them
      
      Implementations in terms of udev, SDL, or a portal service are not yet
      included. Details of the devices, beyond their paths in /dev and /sys,
      are also not included.
      
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      a08464d9
  2. Oct 22, 2020
  3. Sep 09, 2020
  4. Sep 02, 2020
  5. May 21, 2020
  6. Aug 20, 2019
  7. Jul 01, 2019
  8. Jun 27, 2019
Loading