Changes in uspace/app/usbinfo/dump.c [2c5cefa:03e02248] in mainline
- File:
 - 
      
- 1 edited
 
- 
          
  uspace/app/usbinfo/dump.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/app/usbinfo/dump.c
r2c5cefa r03e02248 69 69 } 70 70 71 void dump_match_ids(match_id_list_t *matches) 72 { 73 printf("Match ids:\n"); 74 link_t *link; 75 for (link = matches->ids.next; 76 link != &matches->ids; 77 link = link->next) { 78 match_id_t *match = list_get_instance(link, match_id_t, link); 79 80 printf(INDENT "%d %s\n", match->score, match->id); 81 } 82 } 83 71 84 void dump_standard_device_descriptor(usb_standard_device_descriptor_t *d) 72 85 {  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  