Changeset eb292a0 in mainline for uspace/drv/uhci-hcd/uhci_struct
- Timestamp:
- 2011-02-26T02:08:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0063838
- Parents:
- 86c2ccd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/uhci_struct/transfer_descriptor.c
r86c2ccd reb292a0 77 77 78 78 if ((instance->status & TD_STATUS_ERROR_STALLED) != 0) 79 return E IO;79 return ESTALL; 80 80 81 81 if ((instance->status & TD_STATUS_ERROR_CRC) != 0) 82 return E AGAIN;82 return EBADCHECKSUM; 83 83 84 84 if ((instance->status & TD_STATUS_ERROR_BUFFER) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.
