diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-05-10 00:11:07 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-05-10 00:19:11 +0100 |
commit | 91a4ad2466173ba7a2c40b7253a1a9d762aaf772 (patch) | |
tree | 090d022924686fe58af35b1fa63cbfe61eef1447 /src/drivers/usb/xhci.h | |
parent | 9d43c4080d22bb8a673e23b30be0e3fff976fdfc (diff) | |
download | ipxe-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.h | 2 |
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; |