Changeset 1f5c1e61 in mainline for uspace/drv/uhci-rhd/port_status.c


Ignore:
Timestamp:
2011-02-04T12:37:31Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1669a73
Parents:
5944244
Message:

Separate phones for every root hub port

Add tons of debug output

File:
1 edited

Legend:

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

    r5944244 r1f5c1e61  
    6464        unsigned i = 0;
    6565        for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) {
    66                 usb_log_debug("\t%s status: %s.\n", flags[i].name,
     66                usb_log_debug2("\t%s status: %s.\n", flags[i].name,
    6767                  value & flags[i].flag ? "YES" : "NO");
    6868        }
Note: See TracChangeset for help on using the changeset viewer.