VirtualBox

Changeset 70322 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Dec 22, 2017 4:53:41 PM (7 years ago)
Author:
vboxsync
Message:

USB: When capturing devices, provide the speed rather than USB port version, since the speed provides a superset of the information (bugref:7280).

File:
1 edited

Legend:

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

    r70039 r70322  
    10671067                                             const char *pszCaptureFilename);
    10681068VMMR3DECL(int)  PDMR3UsbCreateProxyDevice(PUVM pUVM, PCRTUUID pUuid, const char *pszBackend, const char *pszAddress, void *pvBackend,
    1069                                           uint32_t iUsbVersion, uint32_t fMaskedIfs, const char *pszCaptureFilename);
     1069                                          VUSBSPEED enmSpeed, uint32_t fMaskedIfs, const char *pszCaptureFilename);
    10701070VMMR3DECL(int)  PDMR3UsbDetachDevice(PUVM pUVM, PCRTUUID pUuid);
    10711071VMMR3DECL(bool) PDMR3UsbHasHub(PUVM pUVM);
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