We are generally interested in those error bits so print them always.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30565 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1713,12 +1713,12 @@ UHCI::Interrupt()
|
||||
}
|
||||
|
||||
if (status & UHCI_USBSTS_HOSTERR) {
|
||||
TRACE_MODULE("host system error\n");
|
||||
TRACE_MODULE_ERROR("host system error\n");
|
||||
acknowledge |= UHCI_USBSTS_HOSTERR;
|
||||
}
|
||||
|
||||
if (status & UHCI_USBSTS_HCPRERR) {
|
||||
TRACE_MODULE("process error\n");
|
||||
TRACE_MODULE_ERROR("process error\n");
|
||||
acknowledge |= UHCI_USBSTS_HCPRERR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user