VirtualBox

Changeset 5746 in vbox


Ignore:
Timestamp:
Nov 14, 2007 4:19:18 PM (17 years ago)
Author:
vboxsync
Message:

refactored SET_CONFIGURATION.

File:
1 edited

Legend:

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

    r5745 r5746  
    211211     *
    212212     * @returns VBox stauts code.
    213      * @param   pUsbInst        The USB device instance.
     213     * @param   pUsbIns         The USB device instance.
    214214     * @param   fResetOnLinux   A hint to the usb proxy.
    215215     *                          Don't use this unless you're the linux proxy device.
     
    218218     */
    219219    DECLR3CALLBACKMEMBER(int, pfnUsbReset,(PPDMUSBINS pUsbIns, bool fResetOnLinux));
     220
     221    /**
     222     * SET_CONFIGURATION request.
     223     *
     224     * @returns VBox stauts code.
     225     * @param   pUsbIns             The USB device instance.
     226     * @param   bConfigurationValue The bConfigurationValue of the new configuration.
     227     * @param   pvOldCfgDesc        Internal - for the device proxy.
     228     * @param   pvOldIfState        Internal - for the device proxy.
     229     * @param   pvNewCfgDesc        Internal - for the device proxy.
     230     * @remarks Optional.
     231     */
     232    DECLR3CALLBACKMEMBER(int, pfnUsbSetConfiguration,(PPDMUSBINS pUsbIns, uint8_t bConfigurationValue,
     233                                                      const void *pvOldCfgDesc, const void *pvOldIfState, const void *pvNewCfgDesc));
    220234
    221235
Note: See TracChangeset for help on using the changeset viewer.

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