summary refs log tree commit diff stats
path: root/include/hw/usb.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-03-02 13:01:52 +0100
committerGerd Hoffmann <kraxel@redhat.com>2021-03-15 17:00:58 +0100
commit7707beaea780d1ed918fd25a9ce84f055fe17921 (patch)
tree8e19e9457f902f712360443dd2a6440ee130a103 /include/hw/usb.h
parent6157b0e19721aadb4c7fdcfe57b2924af6144b14 (diff)
downloadfocaccia-qemu-7707beaea780d1ed918fd25a9ce84f055fe17921.tar.gz
focaccia-qemu-7707beaea780d1ed918fd25a9ce84f055fe17921.zip
hw/usb/bus: Remove the "full-path" property
This property was only required for the pc-1.0 and earlier machine
types. Since these have been removed now, we can delete the property
as well.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210302120152.118042-1-thuth@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'include/hw/usb.h')
-rw-r--r--include/hw/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/usb.h b/include/hw/usb.h
index abfbfc5284..9f42394efa 100644
--- a/include/hw/usb.h
+++ b/include/hw/usb.h
@@ -216,7 +216,6 @@ struct USBEndpoint {
 };
 
 enum USBDeviceFlags {
-    USB_DEV_FLAG_FULL_PATH,
     USB_DEV_FLAG_IS_HOST,
     USB_DEV_FLAG_MSOS_DESC_ENABLE,
     USB_DEV_FLAG_MSOS_DESC_IN_USE,