Small OHCI fix by Ben Lunt.
This commit is contained in:
parent
9315742f3d
commit
98bc3bdf16
@ -1276,8 +1276,7 @@ bx_bool bx_usb_ohci_c::process_td(struct OHCI_TD *td, struct OHCI_ED *ed)
|
|||||||
} else {
|
} else {
|
||||||
DEV_MEM_WRITE_PHYSICAL_DMA(TD_GET_CBP(td), ret, device_buffer);
|
DEV_MEM_WRITE_PHYSICAL_DMA(TD_GET_CBP(td), ret, device_buffer);
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
ret = 0;
|
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
TD_SET_CC(td, UnexpectedPID);
|
TD_SET_CC(td, UnexpectedPID);
|
||||||
|
Loading…
Reference in New Issue
Block a user