Changeset f8597ca in mainline for uspace/drv/vhc/hub.c


Ignore:
Timestamp:
2010-12-12T22:31:11Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e32a63
Parents:
9fe6e7d
Message:

Less debug messages in virtual host controller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/hub.c

    r9fe6e7d rf8597ca  
    144144        .ops = &hub_ops,
    145145        .descriptors = &descriptors,
    146         .lib_debug_level = 1,
     146        .lib_debug_level = 0,
    147147        .lib_debug_enabled_tags = USBVIRT_DEBUGTAG_ALL
    148148};
Note: See TracChangeset for help on using the changeset viewer.