Changeset b6120d90 in mainline for uspace/drv/uhci/uhci_struct/transfer_descriptor.c
- Timestamp:
- 2011-01-28T17:32:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b68b7c
- Parents:
- 54229db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/uhci_struct/transfer_descriptor.c
r54229db rb6120d90 14 14 | ((error_count & TD_STATUS_ERROR_COUNT_MASK) << TD_STATUS_ERROR_COUNT_POS) 15 15 | TD_STATUS_ERROR_ACTIVE; 16 17 uhci_print_verbose("Creating status field: %x.\n", instance->status); 16 18 17 19 instance->device = 0
Note:
See TracChangeset
for help on using the changeset viewer.