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 cc5846c483
commit 5af37f21c3

View File

@@ -527,7 +527,7 @@ void init_usb(void)
if (class >> 16 == PCI_CLASS_SERIAL_USB) 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) if (class >> 8 == PCI_CLASS_SERIAL_USB_EHCI)
{ {
board = ehci_usb_pci_table; board = ehci_usb_pci_table;