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


Ignore:
Timestamp:
2017-10-19T20:52:35Z (6 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
913007f
Parents:
1a9a72a
Message:

Vaguer log level. Extracted timeout constant from command completion waiting and increased it for a bit.

File:
1 edited

Legend:

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

    r1a9a72a r2896ff6  
    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);
     636        usb_log_debug2("Ringing doorbell %d (target: %d)", doorbell, target);
    637637        return EOK;
    638638}
Note: See TracChangeset for help on using the changeset viewer.