Changeset b997e7b in mainline for uspace/lib/usbvirt/include


Ignore:
Timestamp:
2013-01-05T19:49:16Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
32c2c8f
Parents:
2a6e2358
Message:

libusbvirt: Add support for status requests

File:
1 edited

Legend:

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

    r2a6e2358 rb997e7b  
    213213/** Virtual USB device. */
    214214struct usbvirt_device {
     215        /** Device does not require USB bus power */
     216        bool self_powered;
     217        /** Device is allowed to signal remote wakeup */
     218        bool remote_wakeup;
    215219        /** Name for debugging purposes. */
    216220        const char *name;
Note: See TracChangeset for help on using the changeset viewer.