[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/13] docs/system: Add U2F key to the USB devices examples
From: |
César Belley |
Subject: |
[PATCH 09/13] docs/system: Add U2F key to the USB devices examples |
Date: |
Wed, 12 Aug 2020 11:41:31 +0200 |
Signed-off-by: César Belley <cesar.belley@lse.epita.fr>
---
docs/system/usb.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/system/usb.rst b/docs/system/usb.rst
index ddfa828d74..9a2f1927c4 100644
--- a/docs/system/usb.rst
+++ b/docs/system/usb.rst
@@ -81,6 +81,9 @@ option or the ``device_add`` monitor command. Available
devices are:
``usb-audio``
USB audio device
+``u2f-{emulated,passthru}``
+ Universal Second Factor device
+
.. _host_005fusb_005fdevices:
Using host USB devices on a Linux host
--
2.28.0
- [PATCH 00/13] Introduce USB U2F key device, César Belley, 2020/08/12
- [PATCH 01/13] hw/usb: Regroup USB HID protocol values, César Belley, 2020/08/12
- [PATCH 02/13] docs: Add USB U2F key device documentation, César Belley, 2020/08/12
- [PATCH 03/13] hw/usb: Add U2F key base class, César Belley, 2020/08/12
- [PATCH 05/13] hw/usb: Add U2F key passthru mode, César Belley, 2020/08/12
- [PATCH 08/13] configure: Add USB U2F key device, César Belley, 2020/08/12
- [PATCH 10/13] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples, César Belley, 2020/08/12
- [PATCH 04/13] hw/usb: Add U2F key base class implementation, César Belley, 2020/08/12
- [PATCH 07/13] hw/usb: Add U2F key build recipe, César Belley, 2020/08/12
- [PATCH 09/13] docs/system: Add U2F key to the USB devices examples,
César Belley <=
- [PATCH 06/13] hw/usb: Add U2F key emulated mode, César Belley, 2020/08/12
- [PATCH 11/13] scripts: Add u2f-setup-gen script, César Belley, 2020/08/12
- [PATCH 12/13] hw/usb: Add U2F device check to passthru mode, César Belley, 2020/08/12
- [PATCH 13/13] hw/usb: Add U2F device autoscan to passthru mode, César Belley, 2020/08/12
- Re: [PATCH 00/13] Introduce USB U2F key device, Gerd Hoffmann, 2020/08/19