Changeset 9d2d444 in mainline for uspace/drv/uhci-hcd/batch.c
- Timestamp:
- 2011-04-13T19:42:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- ea993d18
- Parents:
- 4c70554
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.c
r4c70554 r9d2d444 126 126 127 127 qh_init(uhci_data->qh); 128 qh_set_element_td(uhci_data->qh, addr_to_phys(uhci_data->tds));128 qh_set_element_td(uhci_data->qh, uhci_data->tds); 129 129 130 130 usb_transfer_batch_t *instance = malloc(sizeof(usb_transfer_batch_t));
Note:
See TracChangeset
for help on using the changeset viewer.