From 29b89caa00c91cc7bc1fc058cb13427716a7d70b Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Mon, 7 Jun 2021 11:55:13 +0200 Subject: [PATCH] README: Add note about spidev support --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3d54ffb9..55f3c606 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,12 @@ Right now umockdev supports the following features: - Recording and replay of evdev (touch pads, Wacom tablets, etc.) ioctls. +- Recording and replay of spidev ioctls and read/write commands using ``--ioctl`` + for both ``umockdev-record`` and ``umockdev-run``. This is an in-order + record/replay of all SPI transfers. Similar to ``scripts`` + with the difference that full duplex transfers via ioctl are supported. + Timinges/errors are currently not recorded. + - Recording and replay of evdev input events using the evemu events format (https://github.com/bentiss/evemu/blob/master/README.md). Unlike recorded evdev scripts these are architecture independent and human readable.