VirtualBox

Changeset 60795 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 2, 2016 5:18:40 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106994
Message:

Main/USBProxyBackendUsbIp: Fix for detecting the correct speed of the exported device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/generic/USBProxyBackendUsbIp.cpp

    r60785 r60795  
    256256    pDevice->u32BusNum    = RT_N2H_U32(pDevice->u32BusNum);
    257257    pDevice->u32DevNum    = RT_N2H_U32(pDevice->u32DevNum);
    258     pDevice->u32Speed     = RT_N2H_U16(pDevice->u32Speed);
     258    pDevice->u32Speed     = RT_N2H_U32(pDevice->u32Speed);
    259259    pDevice->u16VendorId  = RT_N2H_U16(pDevice->u16VendorId);
    260260    pDevice->u16ProductId = RT_N2H_U16(pDevice->u16ProductId);
Note: See TracChangeset for help on using the changeset viewer.

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