Changeset 59e01689 in mainline for uspace/lib/usb/include/usb/devdrv.h


Ignore:
Timestamp:
2011-03-19T18:30:20Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
09daa8b
Parents:
e93e319 (diff), 3746bfe (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 usb/development

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/devdrv.h

    re93e319 r59e01689  
    4747         */
    4848        usb_endpoint_mapping_t *pipes;
     49        /** Current interface.
     50         * Usually, drivers operate on single interface only.
     51         * This item contains the value of the interface or -1 for any.
     52         */
     53        int interface_no;
    4954        /** Generic DDF device backing this one. */
    5055        ddf_dev_t *ddf_dev;
Note: See TracChangeset for help on using the changeset viewer.