Changeset a9c674e0 in mainline for uspace/drv/uhci-rhd/port.c


Ignore:
Timestamp:
2011-02-23T15:38:53Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
233e68d, a80849c
Parents:
eb1a2f4 (diff), d3880aa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merged small fixes and improvements

Fixed "usbinfo -t uhci" problem.

UHCI root hub prints less messages.

USB MID driver creates exposed "ctl" function (to provide at least
one function when interface drivers are not available).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-rhd/port.c

    reb1a2f4 ra9c674e0  
    9292
    9393        while (1) {
    94                 usb_log_debug("Port(%d) status address %p:\n",
    95                   port_instance->number, port_instance->address);
    96 
    9794                /* read register value */
    9895                port_status_t port_status =
     
    10097
    10198                /* debug print */
    102                 usb_log_info("Port(%d) status %#.4x\n",
    103                   port_instance->number, port_status);
     99                usb_log_debug("Port %d status at %p: 0x%04x.\n",
     100                  port_instance->number, port_instance->address, port_status);
    104101                print_port_status(port_status);
    105102
Note: See TracChangeset for help on using the changeset viewer.