VirtualBox

Changeset 4037 in vbox


Ignore:
Timestamp:
Aug 4, 2007 6:20:55 PM (17 years ago)
Author:
vboxsync
Message:

update

File:
1 edited

Legend:

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

    r3852 r4037  
    171171     * @param   pUrb        Pointer to the URB returned by pfnNewUrb.
    172172     *                      The URB will be freed in case of failure.
    173      */
    174     DECLR3CALLBACKMEMBER(int, pfnSubmitUrb,(PVUSBIROOTHUBCONNECTOR pInterface, PVUSBURB pUrb));
     173     * @param   pLed        Pointer to USB Status LED
     174     */
     175    DECLR3CALLBACKMEMBER(int, pfnSubmitUrb,(PVUSBIROOTHUBCONNECTOR pInterface, PVUSBURB pUrb, PPDMLED pLed));
    175176
    176177    /**
     
    229230
    230231/** @copydoc VUSBIROOTHUBCONNECTOR::pfnSubmitUrb */
    231 DECLINLINE(int) VUSBIRhSubmitUrb(PVUSBIROOTHUBCONNECTOR pInterface, PVUSBURB pUrb)
    232 {
    233     return pInterface->pfnSubmitUrb(pInterface, pUrb);
     232DECLINLINE(int) VUSBIRhSubmitUrb(PVUSBIROOTHUBCONNECTOR pInterface, PVUSBURB pUrb, PPDMLED pLed)
     233{
     234    return pInterface->pfnSubmitUrb(pInterface, pUrb, pLed);
    234235}
    235236
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