added display of PCI handle of USB device found

This commit is contained in:
Markus Fröschle
2013-11-05 20:24:58 +00:00
parent ef76e83177
commit c7140fc366

View File

@@ -527,7 +527,7 @@ void init_usb(void)
if (class >> 16 == PCI_CLASS_SERIAL_USB)
{
xprintf("serial USB found at #%d\r\n", handle);
xprintf("serial USB found at #%x\r\n", handle);
if (class >> 8 == PCI_CLASS_SERIAL_USB_EHCI)
{
board = ehci_usb_pci_table;