VirtualBox

Changeset 62343 in vbox


Ignore:
Timestamp:
Jul 20, 2016 9:02:26 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108887
Message:

Main: do not truncate uint16_t to uint8_t in usbsysfsReadDevicePropertyU16Def()

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r62318 r62343  
    4242        <para>API: fixed audio settings handling for older config files
    4343          (bug #15626)</para>
     44      </listitem>
     45
     46      <listitem>
     47        <para>API: fixed truncation of USB product/vendor IDs on Linux
     48          hosts (5.1.0 regression; bug #15644)</para>
    4449      </listitem>
    4550
  • trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp

    r60373 r62343  
    12621262 * @param   ...         Arguments for the format string.
    12631263 */
    1264 static uint8_t usbsysfsReadDevicePropertyU16Def(unsigned uBase, uint16_t u16Def, const char *pszFormat, ...)
     1264static uint16_t usbsysfsReadDevicePropertyU16Def(unsigned uBase, uint16_t u16Def, const char *pszFormat, ...)
    12651265{
    12661266    int64_t i64Tmp = 0;
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