Changeset 08af5a6 in mainline for uspace/lib/usbvirt/device.h


Ignore:
Timestamp:
2010-10-20T21:15:51Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b8507a1
Parents:
bbfb86c
Message:

Virtual USB device handles set_configuration

No checks etc. are done but it must be sufficient for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbvirt/device.h

    rbbfb86c r08af5a6  
    104104        /** Number of configurations. */
    105105        size_t configuration_count;
     106        /** Index of currently selected configuration. */
     107        uint8_t current_configuration;
    106108} usbvirt_descriptors_t;
    107109
Note: See TracChangeset for help on using the changeset viewer.