VirtualBox

Changeset 3617 in vbox


Ignore:
Timestamp:
Jul 14, 2007 10:26:41 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22880
Message:

Hacking USB (isoc mainly) for darwin; removed the obosolete urb prepare method; changed urb logging...

File:
1 edited

Legend:

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

    r2981 r3617  
    103103     */
    104104    DECLR3CALLBACKMEMBER(int, pfnReset,(PVUSBIROOTHUBPORT pInterface, bool fResetOnLinux));
    105 
    106     /**
    107      * Do transmit preparations.
    108      *
    109      * VUSB will call this upon submitting the URB request.
    110      *
    111      * @param   pInterface      Pointer to this structure.
    112      * @param   pUrb            Pointer to the URB in question.
    113      */
    114     DECLR3CALLBACKMEMBER(void, pfnXferPrepare,(PVUSBIROOTHUBPORT pInterface, PVUSBURB pUrb));
    115105
    116106    /**
     
    618608    /** The USR state. */
    619609    VUSBURBSTATE    enmState;
     610    /** URB description, can be null. intended for logging. */
     611    char           *pszDesc;
    620612
    621613    /** The VUSB data. */
     
    674666    } Dev;
    675667
    676     /** The device - can be NULL untill submit is attempted.
     668    /** The device - NULL until a submit has been is attempted.
    677669     * This is set when allocating the URB. */
    678670    struct vusb_dev *pDev;
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