Changeset 816175a2 in mainline


Ignore:
Timestamp:
2011-01-29T08:00:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
245b56b5
Parents:
62d9827
Message:

Made root hub output use different tag than hc

Limited root hub debug level to info

Location:
uspace/drv/uhci/root_hub
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/root_hub/port.c

    r62d9827 r816175a2  
    2020
    2121        while (1) {
    22                 uhci_print_info("Port(%d) status address %p:\n",
     22                uhci_print_verbose("Port(%d) status address %p:\n",
    2323                  port_instance->number, port_instance->address);
    2424
     
    2828
    2929                /* debug print */
    30                 uhci_print_info("Port(%d) status %#.4x:\n",
     30                uhci_print_info("Port(%d) status %#.4x\n",
    3131                  port_instance->number, port_status);
    3232                print_port_status(port_status);
  • uspace/drv/uhci/root_hub/root_hub.c

    r62d9827 r816175a2  
    1313{
    1414        assert(hub);
     15        usb_dprintf_enable(NAME, DEBUG_LEVEL_INFO);
    1516
    1617        /* allow access to root hub registers */
Note: See TracChangeset for help on using the changeset viewer.