@@ -128,8 +128,8 @@ General settings
128
128
selected with ``variant ``.
129
129
130
130
* ``variant ``: string [required]
131
- Select a shared storage variant from ``docker ``, ``qemu ``, ``samsung ``
132
- and ``usbf ``.
131
+ Select a shared storage variant from ``docker ``, ``qemu ``, ``samsung ``,
132
+ `` usbsdmux `` and ``usbf ``.
133
133
134
134
* ``usb ``: section [optional]
135
135
Specify how many USB ports may be controlled from this agent.
@@ -388,6 +388,21 @@ a SD card between the DUT and host. The following settings are supported:
388
388
Identifier of the sdmux/sdwire device to use. Use ``sd-mux-ctrl `` to list
389
389
available devices. When not specified, the first device is auto-detected.
390
390
391
+ ``usbsdmux `` driver settings
392
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
393
+
394
+ The ``usbsdmux `` driver supports SD card switcher based on the Microchip
395
+ USB2642 card reader chip. A tool with this name is available for several
396
+ distributions and via pip. The following settings are supported:
397
+
398
+ * ``device ``: string [optional]
399
+ Block device for the shared storage as seen on the host (defaults to
400
+ ``/dev/sda ``)
401
+
402
+ * ``control-device ``: string [optional]
403
+ Control device used for talking to the switcher on the host (defaults to
404
+ ``/dev/sg0 ``)
405
+
391
406
``usbf `` driver settings
392
407
~~~~~~~~~~~~~~~~~~~~~~~~~~~
393
408
0 commit comments