Changeset 4d12eda in mainline
- Timestamp:
- 2018-01-25T19:40:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 629255a
- Parents:
- 4287578
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 19:39:22)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-25 19:40:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
r4287578 r4d12eda 564 564 static event_handler event_handlers [] = { 565 565 [XHCI_TRB_TYPE_PORT_STATUS_CHANGE_EVENT] = &handle_port_status_change_event, 566 [XHCI_TRB_TYPE_TRANSFER_EVENT] = &xhci_handle_transfer_event,567 566 }; 568 567 … … 574 573 [XHCI_TRB_TYPE_COMMAND_COMPLETION_EVENT] = &xhci_handle_command_completion, 575 574 [XHCI_TRB_TYPE_MFINDEX_WRAP_EVENT] = &xhci_handle_mfindex_wrap_event, 575 [XHCI_TRB_TYPE_TRANSFER_EVENT] = &xhci_handle_transfer_event, 576 576 }; 577 577
Note:
See TracChangeset
for help on using the changeset viewer.