From: César Belley Date: Wed, 26 Aug 2020 11:42:06 +0000 (+0200) Subject: docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c81737e537d63ff9641792c95a88bb15386c1a1e;p=qemu.git docs/qdev-device-use.txt: Add USB U2F key to the QDEV devices examples Signed-off-by: César Belley Message-id: 20200826114209.28821-10-cesar.belley@lse.epita.fr Signed-off-by: Gerd Hoffmann --- diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index f8d0d2fe29..9889521e3c 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 ===