Changeset 09772f4 in mainline for uspace/drv/bus/usb/ohci/ohci_rh.c
- Timestamp:
- 2013-12-30T18:50:39Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a0006d
- Parents:
- 3e48c93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_rh.c
r3e48c93 r09772f4 186 186 if (batch->error == ENAK) { 187 187 /* This is safe because only status change interrupt transfers 188 * return NAK. The assertion holds tru because the batch188 * return NAK. The assertion holds true because the batch 189 189 * existence prevents communication with that ep */ 190 190 assert(instance->unfinished_interrupt_transfer == NULL);
Note:
See TracChangeset
for help on using the changeset viewer.