Changeset 7ce0fe3 in mainline for uspace/drv/uhci-rhd/port_status.c


Ignore:
Timestamp:
2011-02-01T22:02:23Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afcd86e
Parents:
993a1e1
Message:

Root ub driver uses unified debug logging and some other polishing.

File:
1 edited

Legend:

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

    r993a1e1 r7ce0fe3  
    22#include <stdio.h>
    33
    4 #include "debug.h"
     4#include <usb/debug.h>
     5
    56#include "port_status.h"
    67
     
    3031        unsigned i = 0;
    3132        for (;i < sizeof(flags)/sizeof(struct flag_name); ++i) {
    32                 uhci_print_verbose("\t%s status: %s.\n", flags[i].name,
     33                usb_log_debug("\t%s status: %s.\n", flags[i].name,
    3334                  value & flags[i].flag ? "YES" : "NO");
    3435        }
Note: See TracChangeset for help on using the changeset viewer.