Changeset 62343 in vbox
- Timestamp:
- Jul 20, 2016 9:02:26 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108887
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r62318 r62343 42 42 <para>API: fixed audio settings handling for older config files 43 43 (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> 44 49 </listitem> 45 50 -
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r60373 r62343 1262 1262 * @param ... Arguments for the format string. 1263 1263 */ 1264 static uint 8_t usbsysfsReadDevicePropertyU16Def(unsigned uBase, uint16_t u16Def, const char *pszFormat, ...)1264 static uint16_t usbsysfsReadDevicePropertyU16Def(unsigned uBase, uint16_t u16Def, const char *pszFormat, ...) 1265 1265 { 1266 1266 int64_t i64Tmp = 0;
Note:
See TracChangeset
for help on using the changeset viewer.