Changeset ff0e354 in mainline
- Timestamp:
- 2011-04-09T13:27:53Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8790650
- Parents:
- 112d159
- Location:
- uspace/drv/ohci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/hc.c
r112d159 rff0e354 108 108 ret, str_error(ret)); 109 109 110 111 hc_gain_control(instance); 112 113 rh_init(&instance->rh, dev, instance->registers); 114 115 hc_init_memory(instance); 116 hc_init_hw(instance); 117 110 118 if (!interrupts) { 111 119 instance->interrupt_emulator = … … 113 121 fibril_add_ready(instance->interrupt_emulator); 114 122 } 115 116 hc_gain_control(instance);117 118 rh_init(&instance->rh, dev, instance->registers);119 120 hc_init_memory(instance);121 hc_init_hw(instance);122 123 123 124 /* TODO: implement */ -
uspace/drv/ohci/hw_struct/endpoint_descriptor.c
r112d159 rff0e354 57 57 if (ep->transfer_type == USB_TRANSFER_ISOCHRONOUS) 58 58 instance->status |= ED_STATUS_F_FLAG; 59 60 59 } 61 62 60 /** 63 61 * @}
Note:
See TracChangeset
for help on using the changeset viewer.