projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405cf80
)
usb: remove '-usbdevice u2f-key'
author
Paolo Bonzini
<pbonzini@redhat.com>
Wed, 10 Mar 2021 17:33:21 +0000
(18:33 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 15 Mar 2021 16:00:58 +0000
(17:00 +0100)
It never worked.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <
20210310173323
.
1422754
-3-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/u2f.c
patch
|
blob
|
history
diff --git
a/hw/usb/u2f.c
b/hw/usb/u2f.c
index bc09191f063e923c3e0cbc9c9c7332df032fa0c0..56001249a449a480eed7cf9c21108c1aea432cd7 100644
(file)
--- a/
hw/usb/u2f.c
+++ b/
hw/usb/u2f.c
@@
-346,7
+346,6
@@
static const TypeInfo u2f_key_info = {
static void u2f_key_register_types(void)
{
type_register_static(&u2f_key_info);
- usb_legacy_register(TYPE_U2F_KEY, "u2f-key", NULL);
}
type_init(u2f_key_register_types)