summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/usb.h b/src/include/ipxe/usb.h
index b3ce7b741..c268988f4 100644
--- a/src/include/ipxe/usb.h
+++ b/src/include/ipxe/usb.h
@@ -698,6 +698,8 @@ struct usb_device {
char name[32];
/** USB port */
struct usb_port *port;
+ /** Device speed */
+ unsigned int speed;
/** List of devices on this bus */
struct list_head list;
/** Device address, if assigned */