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


Ignore:
Timestamp:
2017-10-17T10:09:40Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95c675b
Parents:
bb784ae
Message:

xhci: cleanup

And by the way… the USB mouse is now working :)

File:
1 edited

Legend:

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

    rbb784ae rdbf32b1  
    634634        uint32_t v = host2xhci(32, target & BIT_RRANGE(uint32_t, 7));
    635635        pio_write_32(&hc->db_arry[doorbell], v);
     636        usb_log_debug("Ringing doorbell %d, target = %d", doorbell, target);
    636637        return EOK;
    637638}
Note: See TracChangeset for help on using the changeset viewer.