[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 14/17] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devic
From: |
Gerd Hoffmann |
Subject: |
[PULL 14/17] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples |
Date: |
Wed, 19 Aug 2020 07:46:41 +0200 |
From: César Belley <cesar.belley@lse.epita.fr>
Signed-off-by: César Belley <cesar.belley@lse.epita.fr>
Message-id: 20200812094135.20550-11-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.18.4
- [PULL 00/17] Usb 20200819 patches, Gerd Hoffmann, 2020/08/19
- [PULL 13/17] docs/system: Add U2F key to the USB devices examples, Gerd Hoffmann, 2020/08/19
- [PULL 02/17] hw: ehci: destroy sglist in error path, Gerd Hoffmann, 2020/08/19
- [PULL 03/17] hw: ehci: check return value of 'usb_packet_map', Gerd Hoffmann, 2020/08/19
- [PULL 01/17] hw: xhci: check return value of 'usb_packet_map', Gerd Hoffmann, 2020/08/19
- [PULL 15/17] scripts: Add u2f-setup-gen script, Gerd Hoffmann, 2020/08/19
- [PULL 14/17] docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples,
Gerd Hoffmann <=
- [PULL 04/17] ehci: drop pointless warn_report for guest bugs., Gerd Hoffmann, 2020/08/19
- [PULL 05/17] hw/usb: Regroup USB HID protocol values, Gerd Hoffmann, 2020/08/19
- [PULL 17/17] hw/usb: Add U2F device autoscan to passthru mode, Gerd Hoffmann, 2020/08/19
- [PULL 07/17] hw/usb: Add U2F key base class, Gerd Hoffmann, 2020/08/19
- [PULL 06/17] docs: Add USB U2F key device documentation, Gerd Hoffmann, 2020/08/19
- [PULL 16/17] hw/usb: Add U2F device check to passthru mode, Gerd Hoffmann, 2020/08/19
- [PULL 12/17] configure: Add USB U2F key device, Gerd Hoffmann, 2020/08/19
- [PULL 11/17] hw/usb: Add U2F key build recipe, Gerd Hoffmann, 2020/08/19
- [PULL 10/17] hw/usb: Add U2F key emulated mode, Gerd Hoffmann, 2020/08/19
- [PULL 08/17] hw/usb: Add U2F key base class implementation, Gerd Hoffmann, 2020/08/19