Skip to content
Snippets Groups Projects
  1. May 26, 2021
  2. May 25, 2021
  3. May 24, 2021
  4. May 19, 2021
  5. May 18, 2021
  6. May 12, 2021
  7. May 05, 2021
    • Peter Hutterer's avatar
      tools/record: add support for hidraw recording · cf1abf08
      Peter Hutterer authored
      
      New commandline switch --with-hidraw. This will open all hidraw devices
      associated with this device and add any reports to the output in the
      form:
      
        events:
          - hid:
              time: [0, 0]
              hidraw1: [0x01, 0x02, 0x03, 0x05, 0x06]
      	hidraw2: [0x07, 0x08, 0x09, 0x0a, 0x0b]
          - evdev:
            ...
      
      i.e. there's a nesting of `hid` with a list of reports, each with the hidraw
      node as dictionary entry.
      
      Because hidraw events do not have timestamps and always occur before the evdev
      events, they are in a separate frame (as shown above). We could try to figure
      out how to match them with the upcoming evdev frame but it's not worth it for
      now.
      
      The timestamp itself is a special key in the hidraw with the timestamp from
      clock_gettime.
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      cf1abf08
    • Peter Hutterer's avatar
      meson.build: bump to 1.17.900 · f1b16c18
      Peter Hutterer authored
      
      Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
      f1b16c18
  8. May 04, 2021
  9. Apr 30, 2021
  10. Apr 29, 2021
  11. Apr 23, 2021
  12. Apr 21, 2021
  13. Apr 20, 2021
  14. Apr 14, 2021
  15. Apr 13, 2021
  16. Apr 09, 2021
  17. Apr 07, 2021
Loading