Ignore:
File:
1 edited

Legend:

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

    re2dfa86 r58563585  
    9393        init_match_ids(&matches);
    9494        usb_device_create_match_ids_from_device_descriptor(
    95                 &usb_device_descriptors(usb_dev)->device, &matches);
     95            &usb_device_descriptors(usb_dev)->device, &matches);
    9696        printf("%sDevice match ids (0x%04x by 0x%04x, %s)\n", get_indent(0),
    9797            usb_device_descriptors(usb_dev)->device.product_id,
     
    229229{
    230230        dump_descriptor_tree_callback(
    231             (const uint8_t *)&usb_device_descriptors(usb_dev)->device,
     231            (const uint8_t *) &usb_device_descriptors(usb_dev)->device,
    232232            (size_t) -1, NULL);
    233233
     
    242242{
    243243        dump_descriptor_tree_callback(
    244             (const uint8_t *)&usb_device_descriptors(usb_dev)->device,
     244            (const uint8_t *) &usb_device_descriptors(usb_dev)->device,
    245245            (size_t) -1, usb_dev);
    246246
     
    296296        uint64_t str_mask = 0;
    297297        find_string_indexes_callback(
    298             (const uint8_t *)&usb_device_descriptors(usb_dev)->device, 0,
     298            (const uint8_t *) &usb_device_descriptors(usb_dev)->device, 0,
    299299            &str_mask);
    300300
Note: See TracChangeset for help on using the changeset viewer.