Ignore:
File:
1 edited

Legend:

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

    r8a121b1 re51a514  
    5151}
    5252
    53 static void dump_match_ids_from_interface(
    54     const uint8_t *descriptor, size_t depth, void *arg)
     53static void dump_match_ids_from_interface(uint8_t *descriptor, size_t depth,
     54    void *arg)
    5555{
    5656        if (depth != 1) {
     
    165165
    166166
    167 static void dump_descriptor_tree_callback(
    168     const uint8_t *descriptor, size_t depth, void *arg)
     167static void dump_descriptor_tree_callback(uint8_t *descriptor,
     168    size_t depth, void *arg)
    169169{
    170170        const char *indent = get_indent(depth + 1);
     
    246246}
    247247
    248 static void find_string_indexes_callback(
    249     const uint8_t *descriptor, size_t depth, void *arg)
     248static void find_string_indexes_callback(uint8_t *descriptor,
     249    size_t depth, void *arg)
    250250{
    251251        size_t descriptor_length = descriptor[0];
Note: See TracChangeset for help on using the changeset viewer.