mirror of https://github.com/xemu-project/xemu.git
usb: remove '-usbdevice u2f-key'
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>
This commit is contained in:
parent
405cf80ceb
commit
6523c96c9c
|
@ -346,7 +346,6 @@ static const TypeInfo u2f_key_info = {
|
||||||
static void u2f_key_register_types(void)
|
static void u2f_key_register_types(void)
|
||||||
{
|
{
|
||||||
type_register_static(&u2f_key_info);
|
type_register_static(&u2f_key_info);
|
||||||
usb_legacy_register(TYPE_U2F_KEY, "u2f-key", NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type_init(u2f_key_register_types)
|
type_init(u2f_key_register_types)
|
||||||
|
|
Loading…
Reference in New Issue