Changeset 51092 in vbox for trunk/src/VBox/Main/src-server/linux
- Timestamp:
- Apr 16, 2014 5:57:25 PM (11 years ago)
- Location:
- trunk/src/VBox/Main/src-server/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/USBGetDevices.cpp
r50783 r51092 466 466 467 467 /** Just a worker for USBProxyServiceLinux::getDevices that avoids some code duplication. */ 468 static int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, const char *pcszUsbfsRoot, bool testfs, int rc) 468 static int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, const char *pcszUsbfsRoot, 469 bool testfs, int rc) 469 470 { 470 471 /* usbDeterminState requires the address. */ -
trunk/src/VBox/Main/src-server/linux/USBProxyServiceLinux.cpp
r49960 r51092 258 258 259 259 260 bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, SessionMachine **aIgnoreMachine) 260 bool USBProxyServiceLinux::updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, 261 SessionMachine **aIgnoreMachine) 261 262 { 262 263 AssertReturn(aDevice, false); … … 277 278 * See USBProxyService::deviceAdded for details. 278 279 */ 279 void USBProxyServiceLinux::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, PUSBDEVICE aUSBDevice) 280 void USBProxyServiceLinux::deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, 281 PUSBDEVICE aUSBDevice) 280 282 { 281 283 AssertReturnVoid(aDevice);
Note:
See TracChangeset
for help on using the changeset viewer.