Changeset c901632 in mainline for uspace/lib/usbhost/src/ddf_helpers.c


Ignore:
Timestamp:
2018-01-06T00:04:48Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9efad54
Parents:
3f42eab
Message:

usbdev: polling interval and interval is the same thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/ddf_helpers.c

    r3f42eab rc901632  
    7979                usb_str_transfer_type(endpoint_desc->transfer_type),
    8080                usb_str_direction(endpoint_desc->direction),
    81                 endpoint_desc->max_packet_size, endpoint_desc->usb2.polling_interval);
     81                endpoint_desc->max_packet_size, endpoint_desc->interval);
    8282
    8383        return bus_endpoint_add(dev, endpoint_desc, NULL);
Note: See TracChangeset for help on using the changeset viewer.