added traces for unimplemented isochronous transfers for ehci and ohci
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41194 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -435,6 +435,7 @@ EHCI::SubmitTransfer(Transfer *transfer)
|
|||||||
|
|
||||||
Pipe *pipe = transfer->TransferPipe();
|
Pipe *pipe = transfer->TransferPipe();
|
||||||
if (pipe->Type() & USB_OBJECT_ISO_PIPE) {
|
if (pipe->Type() & USB_OBJECT_ISO_PIPE) {
|
||||||
|
TRACE_ERROR("isochronous transfers not implemented\n");
|
||||||
// ToDo: implement isochronous transfers...
|
// ToDo: implement isochronous transfers...
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1245,6 +1245,7 @@ OHCI::_SubmitTransfer(Transfer *transfer)
|
|||||||
status_t
|
status_t
|
||||||
OHCI::_SubmitIsochronousTransfer(Transfer *transfer)
|
OHCI::_SubmitIsochronousTransfer(Transfer *transfer)
|
||||||
{
|
{
|
||||||
|
TRACE_ERROR("isochronous transfers not implemented\n");
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user