Changeset 76c40eb in mainline
- Timestamp:
- 2011-01-14T15:04:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1062c8d
- Parents:
- 2e38385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/uhci.c
r2e38385 r76c40eb 57 57 size); 58 58 59 callback( dev, 0, USB_OUTCOME_OK, arg );59 callback( dev, size, USB_OUTCOME_OK, arg ); 60 60 61 61 return EOK; … … 91 91 usb_str_transfer_type(transfer_type), 92 92 size); 93 uhci_print_info("Setup packet content: %x %x.\n", ((uint8_t*)buffer)[0], 94 ((uint8_t*)buffer)[1]); 93 95 94 96 callback( dev, USB_OUTCOME_OK, arg );
Note:
See TracChangeset
for help on using the changeset viewer.