diff --git a/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp b/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp
index cffa6aa5..92dda786 100644
|
a
|
b
|
RTEXITCODE handleUSBFilter(HandlerArg *a)
|
| 422 | 422 | CHECK_ERROR_BREAK(flt, COMSETTER(Revision)(f.mRevision.raw())); |
| 423 | 423 | if (!f.mManufacturer.isEmpty()) |
| 424 | 424 | CHECK_ERROR_BREAK(flt, COMSETTER(Manufacturer)(f.mManufacturer.raw())); |
| | 425 | if (!f.mProduct.isEmpty()) |
| | 426 | CHECK_ERROR_BREAK(flt, COMSETTER(Product)(f.mProduct.raw())); |
| 425 | 427 | if (!f.mSerialNumber.isEmpty()) |
| 426 | 428 | CHECK_ERROR_BREAK(flt, COMSETTER(SerialNumber)(f.mSerialNumber.raw())); |
| 427 | 429 | if (!f.mMaskedInterfaces.isNull()) |
| … |
… |
RTEXITCODE handleUSBFilter(HandlerArg *a)
|
| 448 | 450 | CHECK_ERROR_BREAK(flt, COMSETTER(Revision)(f.mRevision.raw())); |
| 449 | 451 | if (!f.mManufacturer.isEmpty()) |
| 450 | 452 | CHECK_ERROR_BREAK(flt, COMSETTER(Manufacturer)(f.mManufacturer.raw())); |
| | 453 | if (!f.mProduct.isEmpty()) |
| | 454 | CHECK_ERROR_BREAK(flt, COMSETTER(Product)(f.mProduct.raw())); |
| 451 | 455 | if (!f.mRemote.isEmpty()) |
| 452 | 456 | CHECK_ERROR_BREAK(flt, COMSETTER(Remote)(f.mRemote.raw())); |
| 453 | 457 | if (!f.mSerialNumber.isEmpty()) |
| … |
… |
RTEXITCODE handleUSBFilter(HandlerArg *a)
|
| 480 | 484 | CHECK_ERROR_BREAK(flt, COMSETTER(Revision)(f.mRevision.raw())); |
| 481 | 485 | if (!f.mManufacturer.isEmpty()) |
| 482 | 486 | CHECK_ERROR_BREAK(flt, COMSETTER(Manufacturer)(f.mManufacturer.raw())); |
| | 487 | if (!f.mProduct.isEmpty()) |
| | 488 | CHECK_ERROR_BREAK(flt, COMSETTER(Product)(f.mProduct.raw())); |
| 483 | 489 | if (!f.mSerialNumber.isEmpty()) |
| 484 | 490 | CHECK_ERROR_BREAK(flt, COMSETTER(SerialNumber)(f.mSerialNumber.raw())); |
| 485 | 491 | if (!f.mMaskedInterfaces.isNull()) |
| … |
… |
RTEXITCODE handleUSBFilter(HandlerArg *a)
|
| 507 | 513 | CHECK_ERROR_BREAK(flt, COMSETTER(Revision)(f.mRevision.raw())); |
| 508 | 514 | if (!f.mManufacturer.isEmpty()) |
| 509 | 515 | CHECK_ERROR_BREAK(flt, COMSETTER(Manufacturer)(f.mManufacturer.raw())); |
| | 516 | if (!f.mProduct.isEmpty()) |
| | 517 | CHECK_ERROR_BREAK(flt, COMSETTER(Product)(f.mProduct.raw())); |
| 510 | 518 | if (!f.mRemote.isEmpty()) |
| 511 | 519 | CHECK_ERROR_BREAK(flt, COMSETTER(Remote)(f.mRemote.raw())); |
| 512 | 520 | if (!f.mSerialNumber.isEmpty()) |