Changeset b137d9e in mainline
- Timestamp:
- 2014-01-25T21:03:17Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ee8dcd5
- Parents:
- 4090f66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/endpoint_list.c
r4090f66 rb137d9e 162 162 } 163 163 assert(qh_next(prev_qh) == addr_to_phys(ep->qh)); 164 prev_qh-> next = ep->qh->next;164 prev_qh->horizontal = ep->qh->horizontal; 165 165 /* Make sure ED is updated */ 166 166 write_barrier(); 167 167 168 usb_log_debug("HCD EP(%p) removed (%s) from %s, next%x.\n",169 ep, qpos, instance->name, ep->qh-> next);168 usb_log_debug("HCD EP(%p) removed (%s) from %s, horizontal %x.\n", 169 ep, qpos, instance->name, ep->qh->horizontal); 170 170 171 171 /* Remove from the endpoint list */
Note:
See TracChangeset
for help on using the changeset viewer.