]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs/system/devices/usb/canokey: remove limitations on qemu-xhci
authorHongren (Zenithal) Zheng <i@zenithal.me>
Mon, 13 Jun 2022 12:15:52 +0000 (20:15 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 1 Jul 2022 10:37:36 +0000 (12:37 +0200)
Signed-off-by: Hongren (Zenithal) Zheng <i@zenithal.me>
Message-Id: <YqcqeIpY4h7ZQPWH@Sun>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/system/devices/canokey.rst

index 169f99b8eb82bb6a256ddb5cf4d8b93c6ce97c2b..c2c58ae3e7cbf0cacc920f8d376181c04fb8b355 100644 (file)
@@ -146,16 +146,6 @@ multiple CanoKey QEMU running, namely you can not
 Also, there is no lock on canokey-file, thus two CanoKey QEMU instance
 can not read one canokey-file at the same time.
 
-Another limitation is that this device is not compatible with ``qemu-xhci``,
-in that this device would hang when there are FIDO2 packets (traffic on
-interrupt endpoints). If you do not use FIDO2 then it works as intended,
-but for full functionality you should use old uhci/ehci bus and attach canokey
-to it, for example
-
-.. parsed-literal::
-
-   |qemu_system| -device piix3-usb-uhci,id=uhci -device canokey,bus=uhci.0
-
 References
 ==========