[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 13/18] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devic
From: |
Gerd Hoffmann |
Subject: |
[PULL 13/18] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples |
Date: |
Mon, 31 Aug 2020 10:32:56 +0200 |
From: César Belley <cesar.belley@lse.epita.fr>
Signed-off-by: César Belley <cesar.belley@lse.epita.fr>
Message-id: 20200826114209.28821-10-cesar.belley@lse.epita.fr
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
docs/qdev-device-use.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt
index f8d0d2fe297a..9889521e3c07 100644
--- a/docs/qdev-device-use.txt
+++ b/docs/qdev-device-use.txt
@@ -325,6 +325,7 @@ The new way is -device DEVNAME,DEV-OPTS... Details depend
on DRIVER:
* mouse -device usb-mouse
* tablet -device usb-tablet
* wacom-tablet -device usb-wacom-tablet
+* u2f -device u2f-{emulated,passthru}
* braille See "Character Devices"
=== Watchdog Devices ===
--
2.27.0
- [PULL 18/18] usb: fix setup_len init (CVE-2020-14364), (continued)
- [PULL 18/18] usb: fix setup_len init (CVE-2020-14364), Gerd Hoffmann, 2020/08/31
- [PULL 10/18] hw/usb: Add U2F key emulated mode, Gerd Hoffmann, 2020/08/31
- [PULL 01/18] hw: xhci: check return value of 'usb_packet_map', Gerd Hoffmann, 2020/08/31
- [PULL 06/18] docs: Add USB U2F key device documentation, Gerd Hoffmann, 2020/08/31
- [PULL 09/18] hw/usb: Add U2F key passthru mode, Gerd Hoffmann, 2020/08/31
- [PULL 15/18] hw/usb: Add U2F device check to passthru mode, Gerd Hoffmann, 2020/08/31
- [PULL 05/18] hw/usb: Regroup USB HID protocol values, Gerd Hoffmann, 2020/08/31
- [PULL 14/18] scripts: Add u2f-setup-gen script, Gerd Hoffmann, 2020/08/31
- [PULL 12/18] docs/system: Add U2F key to the USB devices examples, Gerd Hoffmann, 2020/08/31
- [PULL 11/18] meson: Add U2F key to meson, Gerd Hoffmann, 2020/08/31
- [PULL 13/18] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples,
Gerd Hoffmann <=
- Re: [PULL 00/18] Usb 20200831 patches, Peter Maydell, 2020/08/31