Changeset 3fafe5e0 in mainline for uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
- Timestamp:
- 2018-04-27T14:15:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7148abf
- Parents:
- a2eb85d
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
- File:
-
- 1 edited
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/hw_struct/queue_head.c
ra2eb85d r3fafe5e0 55 55 56 56 EHCI_MEM32_WR(instance->horizontal, LINK_POINTER_TERM); 57 // EHCI_MEM32_WR(instance->current, LINK_POINTER_TERM); 57 #if 0 58 EHCI_MEM32_WR(instance->current, LINK_POINTER_TERM); 59 #endif 58 60 EHCI_MEM32_WR(instance->next, LINK_POINTER_TERM); 59 61 EHCI_MEM32_WR(instance->alternate, LINK_POINTER_TERM);
Note:
See TracChangeset
for help on using the changeset viewer.
