Changeset 7b13d8e in mainline for uspace/app/usbinfo/dump.c


Ignore:
Timestamp:
2011-03-17T22:59:37Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aad3587
Parents:
4fa05a32
Message:

usbinfo prints match ids from interfaces too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/usbinfo/dump.c

    r4fa05a32 r7b13d8e  
    109109                match_id_t *match = list_get_instance(link, match_id_t, link);
    110110
    111                 printf("%s%d %s\n", line_prefix, match->score, match->id);
     111                printf("%s%3d %s\n", line_prefix, match->score, match->id);
    112112        }
    113113}
Note: See TracChangeset for help on using the changeset viewer.