aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/uhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/uhci.h')
-rw-r--r--src/drivers/usb/uhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/uhci.h b/src/drivers/usb/uhci.h
index 475268b0..ba4c28f7 100644
--- a/src/drivers/usb/uhci.h
+++ b/src/drivers/usb/uhci.h
@@ -307,6 +307,8 @@ uhci_ring_remaining ( struct uhci_ring *ring ) {
struct uhci_device {
/** Registers */
unsigned long regs;
+ /** Name */
+ const char *name;
/** EHCI companion controller bus:dev.fn address (if any) */
unsigned int companion;