Changeset 34014 in vbox for trunk/src/VBox/Main/freebsd/USBProxyServiceFreeBSD.cpp
- Timestamp:
- Nov 11, 2010 9:34:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/freebsd/USBProxyServiceFreeBSD.cpp
r33813 r34014 326 326 pDevice->u64SerialHash = USBLibHashSerial(pDevice->pszSerialNumber); 327 327 } 328 329 328 rc = ioctl(FileUsb, USB_GET_PLUGTIME, &PlugTime); 329 if (rc == 0) 330 330 pDevice->u64SerialHash += PlugTime; 331 331
Note:
See TracChangeset
for help on using the changeset viewer.