aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/usb/xhci.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2015-05-10 00:11:07 +0100
committerMichael Brown <mcb30@ipxe.org>2015-05-10 00:19:11 +0100
commit91a4ad2466173ba7a2c40b7253a1a9d762aaf772 (patch)
tree090d022924686fe58af35b1fa63cbfe61eef1447 /src/drivers/usb/xhci.h
parent9d43c4080d22bb8a673e23b30be0e3fff976fdfc (diff)
downloadipxe-91a4ad2466173ba7a2c40b7253a1a9d762aaf772.tar.gz
[xhci] Use meaningful device names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/usb/xhci.h')
-rw-r--r--src/drivers/usb/xhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/usb/xhci.h b/src/drivers/usb/xhci.h
index c5da48de..078798ad 100644
--- a/src/drivers/usb/xhci.h
+++ b/src/drivers/usb/xhci.h
@@ -1036,6 +1036,8 @@ struct xhci_pch {
struct xhci_device {
/** Registers */
void *regs;
+ /** Name */
+ const char *name;
/** Capability registers */
void *cap;