Changeset 62343 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Jul 20, 2016 9:02:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.