Changeset 5ac5eb1 in mainline for uspace/drv/bus/usb/xhci/hc.c


Ignore:
Timestamp:
2017-07-13T14:26:47Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8db42f7
Parents:
c362127
Message:

Added means to send & handle disable slot command, improved cstyle and did some minor refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/hc.c

    rc362127 r5ac5eb1  
    360360static void hc_handle_event(xhci_hc_t *hc, xhci_trb_t *trb)
    361361{
    362         switch(TRB_TYPE(*trb)) {
     362        switch (TRB_TYPE(*trb)) {
    363363                case XHCI_TRB_TYPE_COMMAND_COMPLETION_EVENT:
    364364                        xhci_handle_command_completion(hc, trb);
Note: See TracChangeset for help on using the changeset viewer.