Ignore:
File:
1 edited

Legend:

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

    r4bf94df rd71691d  
    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.