Changeset 48563a3 in mainline for uspace/drv/uhci-hcd/uhci.c


Ignore:
Timestamp:
2011-02-26T12:30:58Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1ae51ae
Parents:
3de48b5
Message:

debug messages reworked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.c

    r3de48b5 r48563a3  
    304304        while (1) {
    305305                uint16_t status = pio_read_16(&instance->registers->usbsts);
    306 //              usb_log_debug2("UHCI status: %x.\n", status);
     306                if (status != 0)
     307                        usb_log_debug2("UHCI status: %x.\n", status);
    307308                status |= 1;
    308309                uhci_interrupt(instance, status);
Note: See TracChangeset for help on using the changeset viewer.