diff options
Diffstat (limited to 'hw/usb.h')
| -rw-r--r-- | hw/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h index 06ce05826a..a6b311fe2c 100644 --- a/hw/usb.h +++ b/hw/usb.h @@ -168,7 +168,10 @@ struct USBDevice { char *port_path; void *opaque; + /* Actual connected speed */ int speed; + /* Supported speeds, not in info because it may be variable (hostdevs) */ + int speedmask; uint8_t addr; char product_desc[32]; int auto_attach; |