Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmid/explore.c

    r3bacee1 r7c3fb9b  
    8585            usb_dp_get_nested_descriptor(&parser, &data, config_descriptor);
    8686
    87         /* Walk all descriptors nested in the current configuration decriptor;
    88          * i.e. all interface descriptors. */
     87        /*
     88         * Walk all descriptors nested in the current configuration decriptor;
     89         * i.e. all interface descriptors.
     90         */
    8991        for (; interface_ptr != NULL;
    9092            interface_ptr = usb_dp_get_sibling_descriptor(
     
    99101                /* Skip alternate interfaces. */
    100102                if (interface_in_list(list, interface->interface_number)) {
    101                         /* TODO: add the alternatives and create match ids
    102                          * for them. */
     103                        /*
     104                         * TODO: add the alternatives and create match ids
     105                         * for them.
     106                         */
    103107                        continue;
    104108                }
Note: See TracChangeset for help on using the changeset viewer.