Changeset 3617 in vbox
- Timestamp:
- Jul 14, 2007 10:26:41 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22880
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vusb.h
r2981 r3617 103 103 */ 104 104 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));115 105 116 106 /** … … 618 608 /** The USR state. */ 619 609 VUSBURBSTATE enmState; 610 /** URB description, can be null. intended for logging. */ 611 char *pszDesc; 620 612 621 613 /** The VUSB data. */ … … 674 666 } Dev; 675 667 676 /** The device - can be NULL untill submitis attempted.668 /** The device - NULL until a submit has been is attempted. 677 669 * This is set when allocating the URB. */ 678 670 struct vusb_dev *pDev;
Note:
See TracChangeset
for help on using the changeset viewer.