Changeset 629255a in mainline
- Timestamp:
- 2018-01-25T19:58:32Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 047fbc8
- Parents:
- 4d12eda
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.c
r4d12eda r629255a 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, 566 567 }; 567 568 … … 573 574 [XHCI_TRB_TYPE_COMMAND_COMPLETION_EVENT] = &xhci_handle_command_completion, 574 575 [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.