VirtualBox

Changeset 5748 in vbox for trunk


Ignore:
Timestamp:
Nov 14, 2007 4:41:45 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26121
Message:

refactored SET_INTERFACE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmusb.h

    r5746 r5748  
    232232    DECLR3CALLBACKMEMBER(int, pfnUsbSetConfiguration,(PPDMUSBINS pUsbIns, uint8_t bConfigurationValue,
    233233                                                      const void *pvOldCfgDesc, const void *pvOldIfState, const void *pvNewCfgDesc));
     234
     235    /**
     236     * SET_INTERFACE request.
     237     *
     238     * @returns VBox stauts code.
     239     * @param   pUsbIns             The USB device instance.
     240     * @param   bInterfaceNumber    The interface number.
     241     * @param   bAlternateSetting   The alternate setting.
     242     * @remarks Optional.
     243     */
     244    DECLR3CALLBACKMEMBER(int, pfnUsbSetInterface,(PPDMUSBINS pUsbIns, uint8_t bInterfaceNumber, uint8_t bAlternateSetting));
    234245
    235246
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette