Changes in uspace/drv/bus/usb/usbmid/explore.c [3bacee1:7c3fb9b] in mainline
- File:
-
- 1 edited
-
uspace/drv/bus/usb/usbmid/explore.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/explore.c
r3bacee1 r7c3fb9b 85 85 usb_dp_get_nested_descriptor(&parser, &data, config_descriptor); 86 86 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 */ 89 91 for (; interface_ptr != NULL; 90 92 interface_ptr = usb_dp_get_sibling_descriptor( … … 99 101 /* Skip alternate interfaces. */ 100 102 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 */ 103 107 continue; 104 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
