Changeset f126c87 in mainline for uspace/app/usbinfo/info.c


Ignore:
Timestamp:
2016-09-01T16:46:27Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a2fbc8
Parents:
9befb0d (diff), bdfdc51c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline.

File:
1 edited

Legend:

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

    r9befb0d rf126c87  
    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.